Share via


IDiskInfo.SystemName Property

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

Gets the unique identifier for an arbitrary hard disk on the Windows Home Server system.

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

Syntax

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

value = instance.SystemName
[DispIdAttribute(1610678272)] 
string SystemName { get; }
[DispIdAttribute(1610678272)] 
property String^ SystemName {
    String^ get ();
}
/** @property */
String get_SystemName ()
function get SystemName () : String

Property Value

A string that contains the GUID for a given hard 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.