'Declaration Public Property Note As ImGearARTNote
'Usage Dim instance As ImGearARTMarkTemplates Dim value As ImGearARTNote instance.Note = value value = instance.Note
public ImGearARTNote Note {get; set;}
public: __property ImGearARTNote* get_Note(); public: __property void set_Note( ImGearARTNote* value );
public: property ImGearARTNote^ Note { ImGearARTNote^ get(); void set ( ImGearARTNote^ value); }