Share via


RemoveDeploymentLicenseRequest.OrganizationId Field

banner art

Specifies the ID of the organization.

Syntax

[Visual Basic .NET]
Public Field OrganizationId As Guid
[C#]
public Guid OrganizationId;
[JScript]
public var OrganizationId : Guid;

Remarks

The OrganizationId field corresponds to the organization.organizationid field, which is the primary key for the organization entity.

See Also

© 2007 Microsoft Corporation. All rights reserved.