Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the custom header to look for if the PropertyType is set to PropertyType.CustomHeader.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property CustomHeaderName As String
Get
Set
'Usage
Dim instance As SPRequestManagementRuleCriteria
Dim value As String
value = instance.CustomHeaderName
instance.CustomHeaderName = value
public string CustomHeaderName { get; set; }
Property value
Type: System.String
See also
Reference
SPRequestManagementRuleCriteria class