Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Sub New ( _
attributeName As String, _
attributeValue As String _
)
public UserContextAttribute(
string attributeName,
string attributeValue
)
public:
UserContextAttribute(
String^ attributeName,
String^ attributeValue
)
new :
attributeName:string *
attributeValue:string -> UserContextAttribute
public function UserContextAttribute(
attributeName : String,
attributeValue : String
)
Parameters
- attributeName
Type: System.String
- attributeValue
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.