EventAttendance.CustomFields Property
Applies To: Dynamics Marketing
Gets or sets the event attendance’s custom fields.
Namespace: Microsoft.Dynamics.Marketing.SDK.Model
Assembly: Microsoft.Dynamics.Marketing.SDK (in Microsoft.Dynamics.Marketing.SDK.dll)
Syntax
[DataMemberAttribute]
public Dictionary<string, object> CustomFields { get; set; }
public:
[DataMemberAttribute]
property Dictionary<String^, Object^>^ CustomFields {
Dictionary<String^, Object^>^ get();
void set(Dictionary<String^, Object^>^ value);
}
[<DataMemberAttribute>]
member CustomFields : Dictionary<string, Object> with get, set
<DataMemberAttribute>
Public Property CustomFields As Dictionary(Of String, Object)
Property Value
Type: System.Collections.Generic.Dictionary<String, Object>
Type: IDictionary
See Also
EventAttendance Class
Microsoft.Dynamics.Marketing.SDK.Model Namespace
Return to top