Share via


AttributeDescriptor.AttributeName Property

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

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

AttributeDescriptor Class

Microsoft.VisualStudio.Services.Profile Namespace