Interface ITableMessage
Represents a message associated with a table, defining a unique identifier.
Namespace: Innovt.Cloud.Table
Assembly: Innovt.Cloud.dll
Syntax
public interface ITableMessage
Properties
| Edit this page View SourceId
Gets or sets the unique identifier for the table message.
Declaration
string Id { get; set; }
Property Value
Type | Description |
---|---|
string |