VisualStudioServices.VS2019_4Services.RemoteBrokeredServiceManifest 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 ServiceRpcDescriptor for the manifest service which discloses information about services available at a remote source. Use the IBrokeredServiceManifest interface for the client proxy for this service.
public:
virtual property Microsoft::ServiceHub::Framework::ServiceRpcDescriptor ^ RemoteBrokeredServiceManifest { Microsoft::ServiceHub::Framework::ServiceRpcDescriptor ^ get(); };
public virtual Microsoft.ServiceHub.Framework.ServiceRpcDescriptor RemoteBrokeredServiceManifest { get; }
member this.RemoteBrokeredServiceManifest : Microsoft.ServiceHub.Framework.ServiceRpcDescriptor
Public Overridable ReadOnly Property RemoteBrokeredServiceManifest As ServiceRpcDescriptor