CommonStructureProperty Constructor (String, String)
Namespace: Microsoft.TeamFoundation.Integration.Server
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Sub New ( _
name As String, _
propValue As String _
)
public CommonStructureProperty(
string name,
string propValue
)
public:
CommonStructureProperty(
String^ name,
String^ propValue
)
new :
name:string *
propValue:string -> CommonStructureProperty
public function CommonStructureProperty(
name : String,
propValue : String
)
Parameters
- name
Type: System.String
- propValue
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.