Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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