PropertyValue Constructor (String, String)
Initializes a new instance of the PropertyValue class by using the specified name and property.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Декларация
Public Sub New ( _
propertyName As String, _
value As String _
)
public PropertyValue(
string propertyName,
string value
)
public:
PropertyValue(
String^ propertyName,
String^ value
)
new :
propertyName:string *
value:string -> PropertyValue
public function PropertyValue(
propertyName : String,
value : String
)
Parameters
- propertyName
Type: System.String
The name of the property.
- value
Type: System.String
The value of the property.
.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.