Share via


SPAppUsageEntry constructor (Object[])

Initializes a new instance of the SPAppUsageEntry class from an array of object properties.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Sub New ( _
    objArray As Object() _
)
'Usage
Dim objArray As Object()

Dim instance As New SPAppUsageEntry(objArray)
public SPAppUsageEntry(
    Object[] objArray
)

Parameters

  • objArray
    Type: []

    The array of object properties.

See also

Reference

SPAppUsageEntry class

SPAppUsageEntry members

SPAppUsageEntry overload

Microsoft.SharePoint.Administration namespace