CoreConfigSettingIdsCustomGroupMembershipProvider Field |
The extension to use as the custom provider for group memberships.
Namespace:
Dundas.BI
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public static readonly Guid CustomGroupMembershipProvider
Public Shared ReadOnly CustomGroupMembershipProvider As Guid
public:
static initonly Guid CustomGroupMembershipProvider
static val CustomGroupMembershipProvider: Guid
Field Value
Type:
GuidRemarks The value of this constant is c99e7cbe-1a4d-4064-82b6-4d71e52a8a59.
Data Type:
String.
An empty value indicates that the built-in provider should be used.
The raw form of the value is [pkgId]:[assemblyName]:[typeName], where:
- [pkgId]
- The ID of the extension package containing the provider (e.g. 37676181-23df-4bdf-b618-79d5f2aa5f52).
- [assemblyName]
- The name of the assembly containing the provider (e.g. MyCompany.DundasExtensions).
- [typeName]
- The full type name of the provider (e.g. MyCompany.DundasExtensions.MyGroupsProvider).
See Also