Gets the unique identifier for the module related to the message, if any.
Namespace: ConnectedApps.Cms.EntitiesAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<Guid> ModuleId { get; set; }
Public Property ModuleId As Nullable(Of Guid)
Get
Set
public:
property Nullable<Guid> ModuleId {
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}
member ModuleId : Nullable<Guid> with get, set
Property Value
Type:
NullableGuid
See Also