AttributesQueryContext Constructor (AttributesScope, String)

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

Syntax

'Declaration
Public Sub New ( _
    scope As AttributesScope, _
    containerName As String _
)
public AttributesQueryContext(
    AttributesScope scope,
    string containerName
)
public:
AttributesQueryContext(
    AttributesScope scope, 
    String^ containerName
)
new : 
        scope:AttributesScope * 
        containerName:string -> AttributesQueryContext
public function AttributesQueryContext(
    scope : AttributesScope, 
    containerName : String
)

Parameters

.NET Framework Security

See Also

Reference

AttributesQueryContext Class

AttributesQueryContext Overload

Microsoft.VisualStudio.Services.Profile Namespace