OwnerAttribute.Owner property
Gets a string that contains the name of the owner.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Owner As String
Get
'Usage
Dim instance As OwnerAttribute
Dim value As String
value = instance.Owner
public string Owner { get; }
Property value
Type: System.String
A string that contains the name of the owner.