PropertyValue Constructor
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
‘선언
Public Sub New ( _
propertyName As String, _
value As Object _
)
public PropertyValue(
string propertyName,
Object value
)
public:
PropertyValue(
String^ propertyName,
Object^ value
)
new :
propertyName:string *
value:Object -> PropertyValue
public function PropertyValue(
propertyName : String,
value : Object
)
Parameters
- propertyName
Type: System.String
- value
Type: System.Object
.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.