BuildPolicy.Type Property
This member overrides PolicyBase.Type.
Namespace: Microsoft.TeamFoundation.Build.Controls
Assembly: Microsoft.TeamFoundation.Build.Controls (in Microsoft.TeamFoundation.Build.Controls.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Type As String
public override string Type { get; }
public:
virtual property String^ Type {
String^ get () override;
}
abstract Type : string with get
override Type : string with get
override function get Type () : String
Property Value
Type: System.String
Returns String.
Implements
.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.