Public ReadOnly Property KeyType As PrimaryKeyType
Dim instance As PrimaryKeyAttribute Dim value As PrimaryKeyType value = instance.KeyType
public PrimaryKeyType KeyType {get;}
public: __property PrimaryKeyType get_KeyType();
public: property PrimaryKeyType KeyType { PrimaryKeyType get(); }