UserContextAttribute Constructor (String, String)
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Dichiarazione
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.