Share via


IShareInfo.Description Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets the text description of the share.

Namespace: WHSInfoIF
Assembly: Interop.WHSInfoIF (in interop.whsinfoif.dll)

Syntax

'Declaration
<DispIdAttribute(1610678273)> _
ReadOnly Property Description As String
'Usage
Dim instance As IShareInfo
Dim value As String

value = instance.Description
[DispIdAttribute(1610678273)] 
string Description { get; }
[DispIdAttribute(1610678273)] 
property String^ Description {
    String^ get ();
}
/** @property */
String get_Description ()
function get Description () : String

Property Value

A string that contains the text description of the share.

Remarks

The Description is the same text that appears in the section on the tab of the share properties dialog on the Windows Home Server computer. Also, when end-users browse to the share using Windows Explorer, the description text appears under the column in the details pane.

Platforms

Windows Home Server

Windows Home Server

See Also

Reference

IShareInfo Interface
IShareInfo Members
WHSInfoIF Namespace

Footer image

© 2007 Microsoft Corporation. All rights reserved.