public Nullable<bool> AddThingIdentity { get; set; }
Public Property AddThingIdentity As Nullable(Of Boolean) Get Set
public: property Nullable<bool^> AddThingIdentity { Nullable<bool^> get (); void set (Nullable<bool^> value); }