ProjectData.PlatformName Property
Namespace: Microsoft.TeamFoundation.Build.Server.Compatibility
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
'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)
Type: System.String
Returns String.
- 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.
Microsoft.TeamFoundation.Build.Server.Compatibility Namespace