ProfileQueryContext Constructor
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 ProfileQueryContext(
AttributesScope scope,
string containerName
)
public:
ProfileQueryContext(
AttributesScope scope,
String^ containerName
)
new :
scope:AttributesScope *
containerName:string -> ProfileQueryContext
public function ProfileQueryContext(
scope : AttributesScope,
containerName : String
)
Parameters
- containerName
Type: System.String
.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.