SPRequestManagementRuleCriteria.CustomHeaderName property
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