PlatformFlavorData.FlavorName Property

Namespace:  Microsoft.TeamFoundation.Build.Server.Compatibility
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)

Syntax

'Declaration
Public Property FlavorName As String
public string FlavorName { get; set; }
public:
property String^ FlavorName {
    String^ get ();
    void set (String^ value);
}
member FlavorName : string with get, set
function get FlavorName () : String
function set FlavorName (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

PlatformFlavorData Class

Microsoft.TeamFoundation.Build.Server.Compatibility Namespace