Share via


IConnectivity.ConnectionProfiles Property

Definition

Gets the active connectivity types for the device.

public:
 property System::Collections::Generic::IEnumerable<Microsoft::Maui::Networking::ConnectionProfile> ^ ConnectionProfiles { System::Collections::Generic::IEnumerable<Microsoft::Maui::Networking::ConnectionProfile> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.Maui.Networking.ConnectionProfile> ConnectionProfiles { get; }
member this.ConnectionProfiles : seq<Microsoft.Maui.Networking.ConnectionProfile>
Public ReadOnly Property ConnectionProfiles As IEnumerable(Of ConnectionProfile)

Property Value

Applies to