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 the file extension of the resource type whose throttling is managed by the SPHttpFileExtensionThrottleClassifier object.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property Extension As String
Get
'Usage
Dim instance As SPHttpFileExtensionThrottleClassifier
Dim value As String
value = instance.Extension
public string Extension { get; }
Property Value
Type: System.String
The file extension. The default is an empty string.
Remarks
Example values are “.aspx” and “.html”. The leading “.” is always included.
See Also
Reference
SPHttpFileExtensionThrottleClassifier Class