HubOptions.SupportedProtocols Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a collection of supported hub protocol names.
public:
property System::Collections::Generic::IList<System::String ^> ^ SupportedProtocols { System::Collections::Generic::IList<System::String ^> ^ get(); void set(System::Collections::Generic::IList<System::String ^> ^ value); };
public System.Collections.Generic.IList<string> SupportedProtocols { get; set; }
public System.Collections.Generic.IList<string>? SupportedProtocols { get; set; }
member this.SupportedProtocols : System.Collections.Generic.IList<string> with get, set
Public Property SupportedProtocols As IList(Of String)