Share via


FolderModifyInfo.Description Property

 

Gets and sets the description.

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

Syntax

[DataMemberAttribute]
public string Description { get; set; }
public:
[DataMemberAttribute]
property String^ Description {
    String^ get();
    void set(String^ value);
}
<DataMemberAttribute>
Public Property Description As String

Property Value

Type: System.String

The description.

See Also

FolderModifyInfo Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top