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

.NET Framework Security

See Also

Reference

CommonStructureProperty Class

CommonStructureProperty Overload

Microsoft.TeamFoundation.Integration.Server Namespace