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 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