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