ProfileQueryContext.ContainerScope Property
Namespace: Microsoft.VisualStudio.Services.Profile
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
<DataMemberAttribute(IsRequired := True)> _
Public Property ContainerScope As AttributesScope
[DataMemberAttribute(IsRequired = true)]
public AttributesScope ContainerScope { get; private set; }
[DataMemberAttribute(IsRequired = true)]
public:
property AttributesScope ContainerScope {
AttributesScope get ();
private: void set (AttributesScope value);
}
[<DataMemberAttribute(IsRequired = true)>]
member ContainerScope : AttributesScope with get, private set
function get ContainerScope () : AttributesScope
private function set ContainerScope (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.