WillCreateSnapshot Property
In This Topic
Indicates whether a Snapshot will be created for the operation.
Syntax
'Declaration
Public ReadOnly Property WillCreateSnapshot As Boolean
public bool WillCreateSnapshot {get;}
public:
property bool WillCreateSnapshot {
bool get();
}
See Also