RetrieveLeadsRequest.BelongsToCompanyId Property

 

Applies To: Dynamics Marketing

Gets or sets the ID of the company that the lead belongs to.

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

RetrieveLeadsRequest Class
Microsoft.Dynamics.Marketing.SDK.Messages.Lead Namespace

Return to top