public Nullable<string> TraitType { get; set; }
Public Property TraitType As Nullable(Of String) Get Set
public: property Nullable<String^> TraitType { Nullable<String^> get (); void set (Nullable<String^> value); }