Share via


RequiredImpersonationLevelAttribute Constructor (ImpersonationLevel)

 

Initializes a new instance of the RequiredImpersonationLevelAttribute class with the specified impersonation level.

Namespace:   Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly:  ProviderFramework (in ProviderFramework.dll)

Syntax

public RequiredImpersonationLevelAttribute(
    ImpersonationLevel level
)
public:
RequiredImpersonationLevelAttribute(
    ImpersonationLevel level
)
Public Sub New (
    level As ImpersonationLevel
)

Parameters

See Also

RequiredImpersonationLevelAttribute Overload
RequiredImpersonationLevelAttribute Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace

Return to top