Edit

Share via


IdentityReference.Name Property

Definition

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

Applies to