Share via


Registration.RegisterOptions Property

Definition

Gets or sets the options necessary for registration.

public:
 property System::Object ^ RegisterOptions { System::Object ^ get(); void set(System::Object ^ value); };
[System.Runtime.Serialization.DataMember(Name="registerOptions")]
public object RegisterOptions { get; set; }
[System.Runtime.Serialization.DataMember(Name="registerOptions")]
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
public object? RegisterOptions { get; set; }
[<System.Runtime.Serialization.DataMember(Name="registerOptions")>]
member this.RegisterOptions : obj with get, set
[<System.Runtime.Serialization.DataMember(Name="registerOptions")>]
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
member this.RegisterOptions : obj with get, set
Public Property RegisterOptions As Object

Property Value

Attributes
DataMemberAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to