다음을 통해 공유


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
System_CAPS_pubproperty Description

Retrieves a description of the classification property definition value.

System_CAPS_pubproperty DisplayName

Display name of the classification property definition value.

System_CAPS_pubproperty Name

Retrieves the name of the classification property definition value.

System_CAPS_pubproperty UniqueID

Retrieves a unique ID of the classification property definition value.

See Also

Microsoft.Storage Namespace

Return to top