'DeclarationPublic Property SelectedServer As OAuth2ServerSettings
'UsageDim 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); }