CommonStructureProjectProperty 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, _
value As String _
)
public CommonStructureProjectProperty(
string name,
string value
)
public:
CommonStructureProjectProperty(
String^ name,
String^ value
)
new :
name:string *
value:string -> CommonStructureProjectProperty
public function CommonStructureProjectProperty(
name : String,
value : String
)
Parameters
- name
Type: System.String
- value
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.
See Also
Reference
CommonStructureProjectProperty Class