'Declaration
Public Property SelectedServer As OAuth2ServerSettings
'Usage
Dim instance As OAuth2Credential Dim value As OAuth2ServerSettings instance.SelectedServer = value value = instance.SelectedServer
public OAuth2ServerSettings SelectedServer {get; set;}
public: property OAuth2ServerSettings^ SelectedServer { OAuth2ServerSettings^ get(); void set ( OAuth2ServerSettings^ value); }