Share via


Enterprise.WorkplaceId Property

Definition

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

public:
 property int WorkplaceId { int get(); };
int WorkplaceId();
public int WorkplaceId { get; }
var int32 = enterprise.workplaceId;
Public ReadOnly Property WorkplaceId As Integer

Property Value

Int32

int

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