Share via


IShareInfo.Path Property

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

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

Syntax

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

value = instance.Path
[DispIdAttribute(1610678274)] 
string Path { get; }
[DispIdAttribute(1610678274)] 
property String^ Path {
    String^ get ();
}
/** @property */
String get_Path ()
function get Path () : String

Property Value

A string that contains the physical path to the shared folder on the Windows Home Server computer.

Platforms

Windows Home Server

Windows Home Server

See Also

Reference

IShareInfo Interface
IShareInfo Members
WHSInfoIF Namespace

Footer image

© 2007 Microsoft Corporation. All rights reserved.