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