EventRegistration.IsFree Property
Applies To: Dynamics Marketing
Gets or sets a value indicating whether the registration is free.
Namespace: Microsoft.Dynamics.Marketing.SDK.Model
Assembly: Microsoft.Dynamics.Marketing.SDK (in Microsoft.Dynamics.Marketing.SDK.dll)
Syntax
[DataMemberAttribute]
public bool IsFree { get; set; }
public:
[DataMemberAttribute]
property bool IsFree {
bool get();
void set(bool value);
}
[<DataMemberAttribute>]
member IsFree : bool with get, set
<DataMemberAttribute>
Public Property IsFree As Boolean
Property Value
Type: System.Boolean
Type: Boolean
See Also
EventRegistration Class
Microsoft.Dynamics.Marketing.SDK.Model Namespace
Return to top