Represents a FIM Resource.

The following tables list the members exposed by the ResourceType type.

Public Constructors

  Name Description
ResourceType Overloaded. Overloaded method that initializes a new instance of the ResourceType class.
Top

Public Properties

  Name Description
public property CreatedTime Returns a DateTime value that represents the time that the ResourceType object was created.
public property Creator Returns a UniqueIdentifier object that represents the creator of the ResourceType object.
public property DeletedTime This API is currently not supported.
public property DeletedTimeSpecified This API is currently not supported.
public property Description Represents a description of the ResourceType object.
public property DetectedRulesList Gets and sets a list of DetectedRuleEntry objects that apply to the ResourceType object.
public property DisplayName Indicates the display name of the ResourceType object.
public property ExpectedRulesList Gets and sets a list of ExpectedRuleEntry objects that apply to the ResourceType object.
public property ExpirationTime If the ExpirationTimeSpecified property is true, indicates the time that the resource instance will expire.
public property ExpirationTimeSpecified Indicates whether the ExpirationTimeSpecified value has been set.
public property Item Gets and sets an object from the ResourceType object.
public property Locale Indicates the locale of the ResourceType object.
public property ObjectID Returns the ObjectID of the Resource.
public property ObjectType Returns a String that represents the resource type. For more information, see the ObjectType property of Resource.
public property PropertyNames Returns a collection of property names of the ResourceType object.
public property ResourceProperties This API is currently not supported.
public property ResourceTime The date and time of a representation of the ResourceType. For more information, see Resource.
Top

Public Methods (see also Protected Methods)

  Name Description
public method AddValue Adds an attribute value to an attribute that is bound to the resource. This API is currently not supported.
public method ClearAttribute Removes all values for the attribute from the resource. This API is currently not supported.
public methodstatic Create Overloaded. Overloaded method that creates a new instance of a resource based on the information that is stored in the ResourceType object. This API is currently not supported.
public method Equals  Overloaded. (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public methodstatic ReferenceEquals  (Inherited from Object)
public method RemoveValue Removes an attribute value from the ResourceType object. This API is currently not supported.
public method ToString Overridden. Returns a String representation of the ResourceType object.
Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)
Top

See Also