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 from the property bag.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
IFsrmProperty GetFileProperty(
string Name
)
IFsrmProperty^ GetFileProperty(
String^ Name
)
abstract GetFileProperty :
Name:string -> IFsrmProperty
Function GetFileProperty (
Name As String
) As IFsrmProperty
Parameters
Name
Type: System.StringThe name of the property to retrieve.
Return Value
Type: Microsoft.Storage.IFsrmProperty
Returns a IFsrmProperty containing the retrieved property.
Remarks
Use the property name specified in the rule's PropertyAffected property.
See Also
SetFileProperty
IFsrmPropertyBag Interface
Microsoft.Storage Namespace
Return to top