ProfileAttributeBase<T>.Descriptor Property
Namespace: Microsoft.VisualStudio.Services.Profile
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property Descriptor As AttributeDescriptor
[DataMemberAttribute]
public AttributeDescriptor Descriptor { get; set; }
[DataMemberAttribute]
public:
property AttributeDescriptor^ Descriptor {
AttributeDescriptor^ get ();
void set (AttributeDescriptor^ value);
}
[<DataMemberAttribute>]
member Descriptor : AttributeDescriptor with get, set
function get Descriptor () : AttributeDescriptor
function set Descriptor (value : AttributeDescriptor)
Property Value
Type: Microsoft.VisualStudio.Services.Profile.AttributeDescriptor
.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.