ServerCapabilities.Experimental Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets experimental server capabilities.
public:
property System::Object ^ Experimental { System::Object ^ get(); void set(System::Object ^ value); };
[System.Runtime.Serialization.DataMember(Name="experimental")]
public object Experimental { get; set; }
[System.Runtime.Serialization.DataMember(Name="experimental")]
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
public object? Experimental { get; set; }
[<System.Runtime.Serialization.DataMember(Name="experimental")>]
member this.Experimental : obj with get, set
[<System.Runtime.Serialization.DataMember(Name="experimental")>]
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
member this.Experimental : obj with get, set
Public Property Experimental As Object
Property Value
- Attributes
-
DataMemberAttribute Newtonsoft.Json.JsonPropertyAttribute