MarketingList.CrmId Property

 

Applies To: Dynamics Marketing

Gets or sets the Microsoft Dynamics CRM GUID for the marketing list.

Namespace:   Microsoft.Dynamics.Marketing.SDK.Model
Assembly:  Microsoft.Dynamics.Marketing.SDK (in Microsoft.Dynamics.Marketing.SDK.dll)

Syntax

[DataMemberAttribute]
public Guid CrmId { get; set; }
public:
[DataMemberAttribute]
property Guid CrmId {
    Guid get();
    void set(Guid value);
}
[<DataMemberAttribute>]
member CrmId : Guid with get, set
<DataMemberAttribute>
Public Property CrmId As Guid

Property Value

Type: System.Guid

Type: Guid

See Also

MarketingList Class
Microsoft.Dynamics.Marketing.SDK.Model Namespace

Return to top