Share via


ITableData.Id Property

 

Gets or sets the unique ID for this entity.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Tables
Assembly:  Microsoft.WindowsAzure.Mobile.Service.Tables (in Microsoft.WindowsAzure.Mobile.Service.Tables.dll)

Syntax

string Id { get; set; }
property String^ Id {
    String^ get();
    void set(String^ value);
}
abstract Id : string with get, set
Property Id As String

Property Value

Type: System.String

See Also

ITableData Interface
Microsoft.WindowsAzure.Mobile.Service.Tables Namespace

Return to top