ComplianceValidation.IsValidated Property
Namespace: Microsoft.VisualStudio.Services.Compliance
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Public Property IsValidated As Boolean
public bool IsValidated { get; set; }
public:
property bool IsValidated {
bool get ();
void set (bool value);
}
member IsValidated : bool with get, set
function get IsValidated () : boolean
function set IsValidated (value : boolean)
Property Value
Type: System.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.