Share via


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

See Also

Reference

ComplianceValidation Class

Microsoft.VisualStudio.Services.Compliance Namespace