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; }
public Microsoft.ServiceHub.Framework.ServiceHostInformation LocalServiceHost { [System.Runtime.CompilerServices.IsReadOnly] get; set; }
member this.LocalServiceHost : Microsoft.ServiceHub.Framework.ServiceHostInformation with get, set
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.LocalServiceHost : Microsoft.ServiceHub.Framework.ServiceHostInformation with get, set
Public Property LocalServiceHost As ServiceHostInformation

Property Value

Attributes

Applies to