public ValidationKey Key { get; set; }
Public Property Key As ValidationKey
Get
Set
public:
virtual property ValidationKey^ Key {
ValidationKey^ get () sealed;
void set (ValidationKey^ value) sealed;
}
abstract Key : ValidationKey with get, set
override Key : ValidationKey with get, set