IFsrmFileConditionProperty.Value Property
Retrieves or sets the file condition property value.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
object Value { get; set; }
property Object^ Value {
Object^ get();
void set(Object^ value);
}
abstract Value : Object with get, set
Property Value As Object
Property Value
Type: System.Object
A Object containing the file condition property value.
See Also
IFsrmFileConditionProperty Interface
Microsoft.Storage Namespace
Return to top