CommonPageValidation.ValidatingItemsHeaderText Property
Get/Set the validating items' header text
Namespace: Microsoft.TeamFoundation.Controls.WPF
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Property ValidatingItemsHeaderText As String
public string ValidatingItemsHeaderText { get; set; }
public:
property String^ ValidatingItemsHeaderText {
String^ get ();
void set (String^ value);
}
member ValidatingItemsHeaderText : string with get, set
function get ValidatingItemsHeaderText () : String
function set ValidatingItemsHeaderText (value : String)
Property Value
Type: System.String
Returns String.
.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.