Share via


DocumentFilter.Scheme Property

Definition

Gets or sets a Uri scheme (e.g. 'file' or 'untitled').

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

Property Value

Attributes
DataMemberAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to