VisualStudioServices.VS2019_6Services.VersionInfoService Property

Definition

Gets the ServiceRpcDescriptor for the version info service. This service is available on a Live Share guest or Codespace client and provides version information regarding the Live Share host or Codespace server. Use the IVersionInfoService interface for the client proxy for this service.

public:
 virtual property Microsoft::ServiceHub::Framework::ServiceRpcDescriptor ^ VersionInfoService { Microsoft::ServiceHub::Framework::ServiceRpcDescriptor ^ get(); };
public virtual Microsoft.ServiceHub.Framework.ServiceRpcDescriptor VersionInfoService { get; }
member this.VersionInfoService : Microsoft.ServiceHub.Framework.ServiceRpcDescriptor
Public Overridable ReadOnly Property VersionInfoService As ServiceRpcDescriptor

Property Value

Applies to