ResourceManagementSchemaComputedAttributes Property |
Gets a list of attributes that are computed and cannot be changed
Namespace:
Lithnet.ResourceManagement.Client
Assembly:
Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntaxpublic static ReadOnlyCollection<string> ComputedAttributes { get; }
Public Shared ReadOnly Property ComputedAttributes As ReadOnlyCollection(Of String)
Get
public:
static property ReadOnlyCollection<String^>^ ComputedAttributes {
ReadOnlyCollection<String^>^ get ();
}
Property Value
Type:
ReadOnlyCollectionString
See Also