EntityKeyMember::Value Property

 

Gets or sets the value of the entity key.

Namespace:   System.Data
Assembly:  System.Data.Entity (in System.Data.Entity.dll)

public:
[DataMemberAttribute]
property Object^ Value {
	Object^ get();
	void set(Object^ value);
}

Property Value

Type: System::Object^

The key value.

.NET Framework
Available since 3.5
Return to top
Show: