SPFeatureUseProvider.LogFeatureUse method (String, String)
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Sub LogFeatureUse ( _
featureName As String, _
userAgent As String _
)
'Usage
Dim featureName As String
Dim userAgent As StringSPFeatureUseProvider.LogFeatureUse(featureName, _
userAgent)
public static void LogFeatureUse(
string featureName,
string userAgent
)
Parameters
- featureName
Type: System.String
- userAgent
Type: System.String