ProviderInfo.RequiredImpersonationLevel Property
Gets and sets the required impersonation level.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly: ProviderFramework (in ProviderFramework.dll)
Syntax
[DataMemberAttribute]
public RequiredImpersonationLevelAttribute RequiredImpersonationLevel { get; set; }
public:
[DataMemberAttribute]
property RequiredImpersonationLevelAttribute^ RequiredImpersonationLevel {
RequiredImpersonationLevelAttribute^ get();
void set(RequiredImpersonationLevelAttribute^ value);
}
<DataMemberAttribute>
Public Property RequiredImpersonationLevel As RequiredImpersonationLevelAttribute
Property Value
Type: Microsoft.WindowsServerSolutions.Common.ProviderFramework.RequiredImpersonationLevelAttribute
The required impersonation level.
See Also
ProviderInfo Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top