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.StringA string that contains the name of the owner.