IdentityRef.DisplayName Property
Namespace: Microsoft.TeamFoundation.SourceControl.WebApi
Assembly: Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntax
'Declaration
<DataMemberAttribute(Name := "displayName", EmitDefaultValue := False)> _
Public Property DisplayName As String
[DataMemberAttribute(Name = "displayName", EmitDefaultValue = false)]
public string DisplayName { get; set; }
[DataMemberAttribute(Name = L"displayName", EmitDefaultValue = false)]
public:
property String^ DisplayName {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(Name = "displayName", EmitDefaultValue = false)>]
member DisplayName : string with get, set
function get DisplayName () : String
function set DisplayName (value : String)
Property Value
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.