SupportedServiceApplicationAttribute-Klasse

Ein Attribut, das eine unterstützte Service Application erläutert.

Vererbungshierarchie

System.Object
  System.Attribute
    Microsoft.SharePoint.Administration.SupportedServiceApplicationAttribute

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

Syntax

'Declaration
<AttributeUsageAttribute(AttributeTargets.Class, Inherited := False, AllowMultiple := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public NotInheritable Class SupportedServiceApplicationAttribute _
    Inherits Attribute
'Usage
Dim instance As SupportedServiceApplicationAttribute
[AttributeUsageAttribute(AttributeTargets.Class, Inherited = false, AllowMultiple = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public sealed class SupportedServiceApplicationAttribute : Attribute

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.

Siehe auch

Referenz

SupportedServiceApplicationAttribute-Member

Microsoft.SharePoint.Administration-Namespace