ConnectionSession.ConnectionProfile Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft das ConnectionProfile ab, das der Verbindungssitzung zugeordnet ist.
public:
property ConnectionProfile ^ ConnectionProfile { ConnectionProfile ^ get(); };
ConnectionProfile ConnectionProfile();
public ConnectionProfile ConnectionProfile { get; }
var connectionProfile = connectionSession.connectionProfile;
Public ReadOnly Property ConnectionProfile As ConnectionProfile
Eigenschaftswert
Das Verbindungsprofil, das zum Definieren der Eigenschaften der Zugriffspunktverbindung verwendet wird.