Share via


Enterprise.Id Property

Definition

Gets the unique ID of the enterprise, as it appears on the enterprise certificate.

public:
 property Platform::Guid Id { Platform::Guid get(); };
winrt::guid Id();
public Guid Id { get; }
var guid = enterprise.id;
Public ReadOnly Property Id As Guid

Property Value

Guid

Platform::Guid

winrt::guid

The unique ID of the enterprise, as it appears on the enterprise certificate.

Remarks

The Id property and the WorkplaceId property return the same ID value in different formats.

Applies to