IdentityReference.Name 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.
Legacy back-compat property. This has been the WIT specific value from Constants. Will be hidden (but exists) on the client unless they are targeting the newest version
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, Name="name")]
public string Name { get; set; }
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, Name="name")]
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.VisualStudio.Services.WebApi.DefaultValueOnPublicAccessJsonConverter`1<System.String>))]
public string Name { get; set; }
member this.Name : string with get, set
Public Property Name As String
Property Value
- Attributes
-
DataMemberAttribute Newtonsoft.Json.JsonConverterAttribute