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