Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.TeamFoundation.Build.Server.Compatibility
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
Public Sub New ( _
    platformName As String, _
    flavorName As String _
)
public PlatformFlavorData(
    string platformName,
    string flavorName
)
public:
PlatformFlavorData(
    String^ platformName, 
    String^ flavorName
)
new : 
        platformName:string * 
        flavorName:string -> PlatformFlavorData
public function PlatformFlavorData(
    platformName : String, 
    flavorName : String
)
Parameters
- platformName
 Type: System.String
- flavorName
 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
Microsoft.TeamFoundation.Build.Server.Compatibility Namespace