ResourceObjectAttributes Property |
Gets the collection of attributes and values associated with this object
Namespace:
Lithnet.ResourceManagement.Client
Assembly:
Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntaxpublic AttributeValueCollection Attributes { get; }
Public ReadOnly Property Attributes As AttributeValueCollection
Get
public:
property AttributeValueCollection^ Attributes {
AttributeValueCollection^ get ();
}
Property Value
Type:
AttributeValueCollection
See Also