SPWebConfigModification.Owner Property

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.

See Also

Reference

SPWebConfigModification Class

SPWebConfigModification Members

Microsoft.SharePoint.Administration Namespace