GlobalObject.Name Property

Definition

Gets the recommended name of the global object.

public:
 property System::String ^ Name { System::String ^ get(); };
public:
 property Platform::String ^ Name { Platform::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String

Property Value

A String that contains the recommended name of the global object.

Applies to