HtmlControl.AllowFormatting Property
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly: Microsoft.TeamFoundation.WorkItemTracking.ControlsCore (in Microsoft.TeamFoundation.WorkItemTracking.ControlsCore.dll)
Syntax
'Declaration
Protected Property AllowFormatting As Boolean
protected bool AllowFormatting { get; set; }
protected:
property bool AllowFormatting {
bool get ();
void set (bool value);
}
member AllowFormatting : bool with get, set
function get AllowFormatting () : boolean
function set AllowFormatting (value : boolean)
Property Value
Type: System.Boolean
Returns Boolean.
.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.
See Also
Reference
Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace