ActivateCompanyRequest.CompanyId Property
Applies To: Dynamics Marketing
Gets or sets the unique identifier of the company record.
Namespace: Microsoft.Dynamics.Marketing.SDK.Messages.Company
Assembly: Microsoft.Dynamics.Marketing.SDK (in Microsoft.Dynamics.Marketing.SDK.dll)
Syntax
[DataMemberAttribute]
public Guid CompanyId { get; set; }
public:
[DataMemberAttribute]
property Guid CompanyId {
Guid get();
void set(Guid value);
}
[<DataMemberAttribute>]
member CompanyId : Guid with get, set
<DataMemberAttribute>
Public Property CompanyId As Guid
Property Value
Type: System.Guid
The unique identifier of the company record.
See Also
ActivateCompanyRequest Class
Microsoft.Dynamics.Marketing.SDK.Messages.Company Namespace
Return to top