RequiredImpersonationLevelAttribute.Level Property
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