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