Share via


Folder.Description Property

 

Gets the user-friendly description for the folder.

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

Syntax

public string Description { get; internal set; }
public:
property String^ Description {
    String^ get();
    internal: void set(String^ value);
}
Public Property Description As String
    Get
    Friend Set
End Property

Property Value

Type: System.String

A string that contains the description of the folder.

See Also

Folder Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top