IFsrmPropertyDefinitionValue Interface
Contains properties that describe a classification property definition value.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
[GuidAttribute("E946D148-BD67-4178-8E22-1C44925ED710")]
public interface IFsrmPropertyDefinitionValue
[GuidAttribute("E946D148-BD67-4178-8E22-1C44925ED710")]
public interface class IFsrmPropertyDefinitionValue
[<GuidAttribute("E946D148-BD67-4178-8E22-1C44925ED710")>]
type IFsrmPropertyDefinitionValue = interface end
<GuidAttribute("E946D148-BD67-4178-8E22-1C44925ED710")>
Public Interface IFsrmPropertyDefinitionValue
Properties
Name | Description | |
---|---|---|
Description | Retrieves a description of the classification property definition value. |
|
DisplayName | Display name of the classification property definition value. |
|
Name | Retrieves the name of the classification property definition value. |
|
UniqueID | Retrieves a unique ID of the classification property definition value. |
See Also
Return to top