Share via


IApplicationFolder.Name Property

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

Returns the GUID that identifies the application folder.

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

Syntax

'Declaration
<DispIdAttribute(1610678272)> _
ReadOnly Property Name As Guid
'Usage
Dim instance As IApplicationFolder
Dim value As Guid

value = instance.Name
[DispIdAttribute(1610678272)] 
Guid Name { get; }
[DispIdAttribute(1610678272)] 
property Guid Name {
    Guid get ();
}
/** @property */
Guid get_Name ()
function get Name () : Guid

Property Value

A System.Guid struct that represents the GUID of an application folder.

Platforms

Windows Home Server

Windows Home Server

See Also

Reference

IApplicationFolder Interface
IApplicationFolder Members
WHSInfoIF Namespace

Footer image

© 2007 Microsoft Corporation. All rights reserved.