다음을 통해 공유


FsrmClassificationManagerClass.GetPropertyDefinition Method (String)

 

Retrieves the specified property definition.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

Syntax

public virtual IFsrmPropertyDefinition GetPropertyDefinition(
    string PropertyName
)
public:
virtual IFsrmPropertyDefinition^ GetPropertyDefinition(
    String^ PropertyName
)
abstract GetPropertyDefinition : 
        PropertyName:string -> IFsrmPropertyDefinition
override GetPropertyDefinition : 
        PropertyName:string -> IFsrmPropertyDefinition
Public Overridable Function GetPropertyDefinition (
    PropertyName As String
) As IFsrmPropertyDefinition

Parameters

  • PropertyName
    Type: System.String

    The name of the property definition to retrieve.

Return Value

Type: Microsoft.Storage.IFsrmPropertyDefinition

Returns a IFsrmPropertyDefinition containing the retrieved property definition.

Implements

IFsrmClassificationManager2.GetPropertyDefinition(String)

See Also

IFsrmClassificationManager2
IFsrmClassificationManager
CreatePropertyDefinition
EnumPropertyDefinitions
FsrmClassificationManager
FsrmClassificationManagerClass Class
Microsoft.Storage Namespace
MSFT_FSRMClassification

Return to top