IFsrmFileConditionProperty.PropertyName Property

 

Retrieves or sets the name of the file condition property.

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

Syntax

string PropertyName { get; set; }
property String^ PropertyName {
    String^ get();
    void set(String^ value);
}
abstract PropertyName : string with get, set
Property PropertyName As String

Property Value

Type: System.String

A String containing the file condition name.

See Also

IFsrmFileConditionProperty Interface
Microsoft.Storage Namespace

Return to top