EntityData::Id Property

 

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

public:
[KeyAttribute]
[TableColumnAttribute(TableColumnType::Id)]
property String^ Id {
	[CompilerGeneratedAttribute]
	virtual String^ get() sealed;
	[CompilerGeneratedAttribute]
	virtual void set(String^ value) sealed;
}

Property Value

Type: System::String^

Implements

ITableData::Id
Return to top
Show: