SPHttpStrictTransportSecuritySettings.MaxAge property
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property MaxAge As Integer
Get
Set
'Usage
Dim instance As SPHttpStrictTransportSecuritySettings
Dim value As Integer
value = instance.MaxAge
instance.MaxAge = value
public int MaxAge { get; set; }
Property value
Type: System.Int32
See also
Reference
SPHttpStrictTransportSecuritySettings class