CreatableEnterpriseManagementObject.FullName Property
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Gets the display name for this object.
Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Usage
'Usage
Dim instance As CreatableEnterpriseManagementObject
Dim value As String
value = instance.FullName
Syntax
'Declaration
Public Overrides ReadOnly Property FullName As String
public override string FullName { get; }
public:
virtual property String^ FullName {
String^ get () override;
}
/** @property */
public String get_FullName ()
public override function get FullName () : String
Property Value
The display name.
Remarks
This returns the same value as the DisplayName property.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
CreatableEnterpriseManagementObject Class
CreatableEnterpriseManagementObject Members
Microsoft.EnterpriseManagement.Common Namespace