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