RetrieveContactRequest.ContactId Property
Applies To: Dynamics Marketing
Gets or sets the contact ID.
Namespace: Microsoft.Dynamics.Marketing.SDK.Messages.Contact
Assembly: Microsoft.Dynamics.Marketing.SDK (in Microsoft.Dynamics.Marketing.SDK.dll)
Syntax
[DataMemberAttribute]
public Guid ContactId { get; set; }
public:
[DataMemberAttribute]
property Guid ContactId {
Guid get();
void set(Guid value);
}
[<DataMemberAttribute>]
member ContactId : Guid with get, set
<DataMemberAttribute>
Public Property ContactId As Guid
Property Value
Type: System.Guid
Type: Guid
See Also
RetrieveContactRequest Class
Microsoft.Dynamics.Marketing.SDK.Messages.Contact Namespace
Return to top