Entity.Id Property

MongoRepository

EntityId Property
Gets or sets the id for this object (the primary record for an entity).

Namespace: MongoRepository
Assembly: MongoRepository.Net45 (in MongoRepository.Net45.dll) Version: 1.6.11.0 (1.6.11.0)
Syntax
public virtual string Id { get; set; }
Public Overridable Property Id As String
	Get
	Set
public:
virtual property String^ Id {
	String^ get ();
	void set (String^ value);
}
abstract Id : string with get, set
override Id : string with get, set

Property Value

Type: String
The id for this object (the primary record for an entity).

Implements

IEntityTKeyId
See Also