'Declaration <BrowsableAttribute(False)> Public Property HolePunchRemoval As HolePunchRemovalCommand
[Browsable(False)] public HolePunchRemovalCommand HolePunchRemoval { get; set; }
[Browsable(False)] public: __property HolePunchRemovalCommand* get_HolePunchRemoval(); public: __property void set_HolePunchRemoval(
HolePunchRemovalCommand* value
);
[Browsable(False)] public:
property HolePunchRemovalCommand^ HolePunchRemoval { HolePunchRemovalCommand^ get(); void set(HolePunchRemovalCommand^ value); }