ProjectData.PlatformName Property

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

Syntax

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

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

ProjectData Class

Microsoft.TeamFoundation.Build.Server.Compatibility Namespace