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