Share via


OwnerAttribute constructor

Initializes a new instance of the OwnerAttribute class, based on the specified owner.

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

Syntax

'Declaration
Public Sub New ( _
    owner As String _
)
'Usage
Dim owner As String

Dim instance As New OwnerAttribute(owner)
public OwnerAttribute(
    string owner
)

Parameters

  • owner
    Type: System.String

    A string that contains the name of the owner.

See also

Reference

OwnerAttribute class

OwnerAttribute members

Microsoft.SharePoint.Upgrade namespace