Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the owner of the web.config modification.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property Owner As String
Get
Set
'Usage
Dim instance As SPWebConfigModification
Dim value As String
value = instance.Owner
instance.Owner = value
public string Owner { get; set; }
Property Value
Type: System.String
A string that specifies the owner of the modification.
Remarks
You can use the Owner property to track ownership of modifications.