RetrieveCompaniesRequest.BelongsToCompanyId Property
Applies To: Dynamics Marketing
Gets or sets the ID of the company the retrieved companies belongs to.
Namespace: Microsoft.Dynamics.Marketing.SDK.Messages.Company
Assembly: Microsoft.Dynamics.Marketing.SDK (in Microsoft.Dynamics.Marketing.SDK.dll)
Syntax
[DataMemberAttribute]
public Nullable<Guid> BelongsToCompanyId { get; set; }
public:
[DataMemberAttribute]
property Nullable<Guid> BelongsToCompanyId {
Nullable<Guid> get();
void set(Nullable<Guid> value);
}
[<DataMemberAttribute>]
member BelongsToCompanyId : Nullable<Guid> with get, set
<DataMemberAttribute>
Public Property BelongsToCompanyId As Nullable(Of Guid)
Property Value
Type: System.Nullable<Guid>
Type: Guid
See Also
RetrieveCompaniesRequest Class
Microsoft.Dynamics.Marketing.SDK.Messages.Company Namespace
Return to top