DriveModifyInfo.ChangeSnapshots Property
Gets and sets a value that describes if the change includes a snapshot change.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
[DataMemberAttribute]
public bool ChangeSnapshots { get; set; }
public:
[DataMemberAttribute]
property bool ChangeSnapshots {
bool get();
void set(bool value);
}
<DataMemberAttribute>
Public Property ChangeSnapshots As Boolean
Property Value
Type: System.Boolean
true if the change includes a snapshot change; otherwise, false.
See Also
DriveModifyInfo Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top