'Declaration Public Property MarkupTransformer As IInteractionController
public IInteractionController MarkupTransformer {get; set;}
public: __property IInteractionController* get_MarkupTransformer(); public: __property void set_MarkupTransformer( IInteractionController* value );
public: property IInteractionController^ MarkupTransformer { IInteractionController^ get(); void set ( IInteractionController^ value); }