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