ProjectLicenseCheckLog constructor
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
pMethod As String, _
pLicenseName As String, _
pSiteId As Guid _
)
'Usage
Dim pMethod As String
Dim pLicenseName As String
Dim pSiteId As Guid
Dim instance As New ProjectLicenseCheckLog(pMethod, _
pLicenseName, pSiteId)
public ProjectLicenseCheckLog(
string pMethod,
string pLicenseName,
Guid pSiteId
)
Parameters
- pMethod
Type: System.String
- pLicenseName
Type: System.String
- pSiteId
Type: System.Guid