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