InheritedEntity.Child Property
Public Property Child() As InheritedEntity
This language is not supported or no code example is available.
public InheritedEntity Child {get; set;}
This language is not supported or no code example is available.
public:
property InheritedEntity^ Child {
InheritedEntity^ get( );
void set(
InheritedEntity^ value
);
}
This language is not supported or no code example is available.
public function get Child() : InheritedEntity;
public function set Child(value : InheritedEntity);
This language is not supported or no code example is available.