Share via


IApplicationFolder.FriendlyName Property

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

Returns the friendly name of the application folder.

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

Syntax

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

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

Property Value

A string that contains the friendly name of the 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.