Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the specified property definition.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
IFsrmPropertyDefinition GetPropertyDefinition(
string PropertyName
)
IFsrmPropertyDefinition^ GetPropertyDefinition(
String^ PropertyName
)
abstract GetPropertyDefinition :
PropertyName:string -> IFsrmPropertyDefinition
Function GetPropertyDefinition (
PropertyName As String
) As IFsrmPropertyDefinition
Parameters
PropertyName
Type: System.StringThe name of the property definition to retrieve.
Return Value
Type: Microsoft.Storage.IFsrmPropertyDefinition
Returns a IFsrmPropertyDefinition interface to the retrieved property definition.
Implements
IFsrmClassificationManager.GetPropertyDefinition(String)
See Also
IFsrmClassificationManager2 Interface
Microsoft.Storage Namespace
Return to top