IFsrmPropertyBag.GetFileProperty Method (String)

 

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

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