Enterprise.Name Property

Definition

Gets the name of the enterprise, as it appears on the enterprise certificate.

public:
 property Platform::String ^ Name { Platform::String ^ get(); };
winrt::hstring Name();
public string Name { get; }
var string = enterprise.name;
Public ReadOnly Property Name As String

Property Value

String

Platform::String

winrt::hstring

The name of the enterprise, as it appears on the enterprise certificate.

Applies to