共用方式為


OwnerAttribute class

提供可以用來定義為特定類別的擁有者屬性的定義。

Inheritance hierarchy

System.Object
  System.Attribute
    Microsoft.SharePoint.Upgrade.OwnerAttribute

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

Syntax

'宣告
<AttributeUsageAttribute(AttributeTargets.Class)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class OwnerAttribute _
    Inherits Attribute
'用途
Dim instance As OwnerAttribute
[AttributeUsageAttribute(AttributeTargets.Class)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class OwnerAttribute : Attribute

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

請參閱

參照

OwnerAttribute members

Microsoft.SharePoint.Upgrade namespace