IdOnly property

PropertySet IdOnly
getter/setter pair
Returns a predefined property set that only includes the Id property.

Implementation

static PropertySet IdOnly = PropertySet._CreateReadonlyPropertySet(
    enumerations.BasePropertySet.IdOnly);