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.
Sets or retrieves the value that this rule will set the property to.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
string Value { get; set; }
property String^ Value {
String^ get();
void set(String^ value);
}
abstract Value : string with get, set
Property Value As String
Property Value
Type: System.String
A String that contains the value to apply. Must not exceed 1000 characters.
Remarks
The classifier determines whether you must specify a value. If the classifier sets NeedsExplicitValue property to VARIANT_TRUE, then you must provide a value; otherwise, the classifier determines the value to set the property's value to (do not set this property).
See Also
IFsrmClassificationRule Interface
Microsoft.Storage Namespace
Return to top