Share via


CreateProfileContext.DisplayName Property

Namespace:  Microsoft.VisualStudio.Services.Profile
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
<DataMemberAttribute(IsRequired := True)> _
Public Property DisplayName As String
[DataMemberAttribute(IsRequired = true)]
public string DisplayName { get; set; }
[DataMemberAttribute(IsRequired = true)]
public:
property String^ DisplayName {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute(IsRequired = true)>]
member DisplayName : string with get, set
function get DisplayName () : String 
function set DisplayName (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

CreateProfileContext Class

Microsoft.VisualStudio.Services.Profile Namespace