Share via


FolderModifyInfo.ChangeDescription Property

 

Gets and sets a value that determines if the folder change task includes a description change.

Namespace:   Microsoft.WindowsServerSolutions.Storage
Assembly:  StorageOM (in StorageOM.dll)

Syntax

[DataMemberAttribute]
public bool ChangeDescription { get; set; }
public:
[DataMemberAttribute]
property bool ChangeDescription {
    bool get();
    void set(bool value);
}
<DataMemberAttribute>
Public Property ChangeDescription As Boolean

Property Value

Type: System.Boolean

true if the task contains a description change; otherwise, false.

See Also

FolderModifyInfo Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top