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