AppSettingPropertiesModuleId Property  | 
 Gets the ID of the module this setting applies to.
 
    Namespace: 
   Dundas.BI.Configuration
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic Guid ModuleId { get; }Public ReadOnly Property ModuleId As Guid
	Get
public:
property Guid ModuleId {
	Guid get ();
}member ModuleId : Guid with get
Property Value
Type: 
GuidThe ID of the module.
RemarksThis property must be set to a non-empty GUID.
See Also