Company.DoubleOptIn Property
Applies To: Dynamics Marketing
Namespace: Microsoft.Dynamics.Marketing.SDK.Model
Assembly: Microsoft.Dynamics.Marketing.SDK (in Microsoft.Dynamics.Marketing.SDK.dll)
Syntax
[DataMemberAttribute]
public Nullable<bool> DoubleOptIn { get; set; }
public:
[DataMemberAttribute]
property Nullable<bool> DoubleOptIn {
Nullable<bool> get();
void set(Nullable<bool> value);
}
[<DataMemberAttribute>]
member DoubleOptIn : Nullable<bool> with get, set
<DataMemberAttribute>
Public Property DoubleOptIn As Nullable(Of Boolean)
Property Value
Type: System.Nullable<Boolean>
See Also
Company Class
Microsoft.Dynamics.Marketing.SDK.Model Namespace
Return to top