Public Property IsNew As PropertyInfo
Dim instance As Table Dim value As PropertyInfo instance.IsNew = value value = instance.IsNew
public PropertyInfo IsNew {get; set;}
public: __property PropertyInfo* get_IsNew(); public: __property void set_IsNew( PropertyInfo* value );
public: property PropertyInfo^ IsNew { PropertyInfo^ get(); void set ( PropertyInfo^ value); }