Share via


CreatableEnterpriseManagementObject.FullName Property

Definition

Gets the display name for this object.

public:
 virtual property System::String ^ FullName { System::String ^ get(); };
public override string FullName { get; }
member this.FullName : string
Public Overrides ReadOnly Property FullName As String

Property Value

The display name.

Remarks

This returns the same value as the DisplayName property.

Applies to