SPWebConfigModification.Owner property

Gets or sets the owner of the web.config modification.

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

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.

See also

Reference

SPWebConfigModification class

SPWebConfigModification members

Microsoft.SharePoint.Administration namespace