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

See Also

Reference

ProfileQueryContext Class

Microsoft.VisualStudio.Services.Profile Namespace