Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the ID of an instance of the session.
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)
Syntax
public string Id { get; }
public:
property String^ Id {
String^ get();
}
member Id : string with get
Public ReadOnly Property Id As String
Property Value
Type: System.String
The ID of the instance of the session.
See Also
Session Class
Microsoft.VisualStudio.Tools.Applications Namespace