public bool IgnoreGroup {get; set;}
public: __property bool get_IgnoreGroup(); public: __property void set_IgnoreGroup( bool value );
public: property bool IgnoreGroup { bool get(); void set ( bool value); }
'Declaration Public Property IgnoreGroup As Boolean
'Usage Dim instance As ImGearARTCreatingGroupEventArgs Dim value As Boolean instance.IgnoreGroup = value value = instance.IgnoreGroup
ImGearARTCreatingGroupEventArgs Class ImGearARTCreatingGroupEventArgs Members