PhotoImportSource.ConnectionProtocol 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 the connection protocol that is being used to communicate with the source device.
public:
property Platform::String ^ ConnectionProtocol { Platform::String ^ get(); };
winrt::hstring ConnectionProtocol();
public string ConnectionProtocol { get; }
var string = photoImportSource.connectionProtocol;
Public ReadOnly Property ConnectionProtocol As String
Property Value
The connection protocol that is being used to communicate with the source device.