ServiceBrokerClientMetadata.LocalServiceHost Property

Definition

Gets or sets metadata regarding the client's environment for use as a potential services host for service which are originally requested of the IRemoteServiceBroker but which services may in fact be available for activation locally within the client's environment.

public:
 property Microsoft::ServiceHub::Framework::ServiceHostInformation LocalServiceHost { Microsoft::ServiceHub::Framework::ServiceHostInformation get(); void set(Microsoft::ServiceHub::Framework::ServiceHostInformation value); };
public Microsoft.ServiceHub.Framework.ServiceHostInformation LocalServiceHost { get; set; }
member this.LocalServiceHost : Microsoft.ServiceHub.Framework.ServiceHostInformation with get, set
Public Property LocalServiceHost As ServiceHostInformation

Property Value

ServiceHostInformation

Applies to