Share via


IFsrmProperty.Value Property

 

Retrieves the value of the property.

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

Syntax

string Value { get; }
property String^ Value {
    String^ get();
}
abstract Value : string with get
ReadOnly Property Value As String

Property Value

Type: System.String

A String containing the value of the property.

Remarks

For an example that demonstrates this property see Classifying Files.

See Also

IFsrmProperty Interface
Microsoft.Storage Namespace

Return to top