CompletionListSetting.ItemDefaults 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 a value containing the supported property names of the ItemDefaults object. If omitted, no properties are supported.
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
[System.Runtime.Serialization.DataMember(Name="itemDefaults")]
public string[]? ItemDefaults { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
[<System.Runtime.Serialization.DataMember(Name="itemDefaults")>]
member this.ItemDefaults : string[] with get, set
Public Property ItemDefaults As String()
Property Value
String[]
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute