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
- 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.