SupportedServiceApplicationAttribute class

An attribute that describes a supported service application.

Inheritance hierarchy

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

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.

See also

Reference

SupportedServiceApplicationAttribute members

Microsoft.SharePoint.Administration namespace