Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the impersonation level that is expected by the provider.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly: ProviderFramework (in ProviderFramework.dll)
Syntax
[DataMemberAttribute]
public ImpersonationLevel Level { get; private set; }
public:
[DataMemberAttribute]
property ImpersonationLevel Level {
ImpersonationLevel get();
private: void set(ImpersonationLevel value);
}
<DataMemberAttribute>
Public Property Level As ImpersonationLevel
Get
Private Set
End Property
Property Value
Type: Microsoft.WindowsServerSolutions.Common.ProviderFramework.ImpersonationLevel
An instance of ImpersonationLevel.
See Also
RequiredImpersonationLevelAttribute Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top