RetrieveCategoryValuesRequest.BelongsToCompanyId Property

 

Gets or sets the belongs to company ID that custom field categories require to be part of the result list.

Namespace:   Microsoft.Dynamics.Marketing.SDK.Messages.Category
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>

The belongs to company ID.

Remarks

This value is used when the entity type name is "Contact". Otherwise, this value is ignored.

See Also

EntityTypeName
RetrieveCategoryValuesRequest Class
Microsoft.Dynamics.Marketing.SDK.Messages.Category Namespace

Return to top