public Action<TSM> BlobAction { get; set; }
Public Property BlobAction As Action(Of TSM) Get Set
public: property Action<TSM^>^ BlobAction { Action<TSM^>^ get (); void set (Action<TSM^>^ value); }