BuildInformationFieldRecord.Type Property
Gets the type of the field value Object.
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
The type of the field value Object.
.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.