AttributesQueryContext.Scope Property

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

Syntax

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

Property Value

Type: Microsoft.VisualStudio.Services.Profile.AttributesScope

.NET Framework Security

See Also

Reference

AttributesQueryContext Class

Microsoft.VisualStudio.Services.Profile Namespace