AppResourceInfoModuleId Property |
Gets the module identifier.
Namespace:
Dundas.BI.AppResources
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (8.0.2.1001)
Syntax[DataMemberAttribute(Name = "mid")]
public Guid ModuleId { get; }<DataMemberAttribute(Name := "mid")>
Public ReadOnly Property ModuleId As Guid
Get
public:
[DataMemberAttribute(Name = L"mid")]
property Guid ModuleId {
Guid get ();
}[<DataMemberAttribute(Name = "mid")>]
member ModuleId : Guid with get
Property Value
Type:
Guid
The module identifier.
See Also