BuildInformationRecord.Type Property

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Tracking
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

BuildInformationRecord Class

Microsoft.TeamFoundation.Build.Workflow.Tracking Namespace