Share via


IDiskInfo.DevicePath Property

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

Gets the path to the disk.

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

Syntax

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

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

Property Value

A string that contains the path to the disk.

Platforms

Windows Home Server

Windows Home Server

See Also

Reference

IDiskInfo Interface
IDiskInfo Members
WHSInfoIF Namespace

Footer image

© 2007 Microsoft Corporation. All rights reserved.