'Declaration Public Property ColorId As System.Nullable(Of UInteger)
public System.Nullable<uint> ColorId { get; set; }
public: __property System.Nullable<uint> get_ColorId(); public: __property void set_ColorId(
System.Nullable<uint> value
);
public:
property System.Nullable<uint> ColorId { System.Nullable<uint> get(); void set(System.Nullable<uint> value); }