public Action<IChannelFrame> PublishFrame { get; set; }
Public Property PublishFrame As Action(Of IChannelFrame)
Get
Set
public:
property Action<IChannelFrame^>^ PublishFrame {
Action<IChannelFrame^>^ get ();
void set (Action<IChannelFrame^>^ value);
}
function get_PublishFrame();
function set_PublishFrame(value);