ModuleAssemblyId Property |
Gets the unique identifier of the module's assembly.
Namespace: ConnectedApps.Cms.Sdk.FrameworkAssembly: ConnectedApps.Cms.Sdk (in ConnectedApps.Cms.Sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Guid AssemblyId { get; }
Public ReadOnly Property AssemblyId As Guid
Get
public:
property Guid AssemblyId {
Guid get ();
}
member AssemblyId : Guid with get
Property Value
Type:
Guid
See Also