IEntityIdProperty Interface 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represent the Id field
public interface IEntityIdProperty : Microsoft.VisualStudio.ProjectSystem.Query.IEntityValueProperty<Microsoft.VisualStudio.ProjectSystem.Query.EntityIdentity>type IEntityIdProperty = interface
    interface IEntityValueProperty<EntityIdentity>
    interface IEntityValueProperty
    interface IEntityPropertyPublic Interface IEntityIdProperty
Implements IEntityValueProperty(Of EntityIdentity)- Implements
Properties
| Index | The index of the property in the entity type.(Inherited from IEntityProperty) | 
| PropertyName | Gets the name of the property(Inherited from IEntityProperty) | 
| ValueType | The value type(Inherited from IEntityValueProperty) | 
Methods
| GetValue(IEntity) | Gets the value of the property from an entity object(Inherited from IEntityValueProperty<TValue>) |