EntityData.Id Property

 

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

Syntax

[KeyAttribute]
[TableColumnAttribute(TableColumnType.Id)]
public string Id {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
[KeyAttribute]
[TableColumnAttribute(TableColumnType::Id)]
property String^ Id {
    [CompilerGeneratedAttribute]
    virtual String^ get() sealed;
    [CompilerGeneratedAttribute]
    virtual void set(String^ value) sealed;
}
[<KeyAttribute>]
[<TableColumnAttribute(TableColumnType.Id)>]
abstract Id : string with get, set
[<KeyAttribute>]
[<TableColumnAttribute(TableColumnType.Id)>]
override Id : string with get, set
<KeyAttribute>
<TableColumnAttribute(TableColumnType.Id)>
Public Property Id As String

Property Value

Type: System.String

Implements

ITableData.Id

See Also

EntityData Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top