SPWebConfigModification.Owner property
取得或設定 web.config 修改的擁有者。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property Owner As String
Get
Set
'用途
Dim instance As SPWebConfigModification
Dim value As String
value = instance.Owner
instance.Owner = value
public string Owner { get; set; }
Property value
Type: System.String
字串,指定擁有人的修改。
備註
您可以使用Owner屬性來追蹤修改的擁有權。