FabricClient.ServiceManager Property

Definition

Gets the ServiceManager that can be used to perform operations related to services and service types.

public System.Fabric.FabricClient.ServiceManagementClient ServiceManager { get; }
member this.ServiceManager : System.Fabric.FabricClient.ServiceManagementClient
Public ReadOnly Property ServiceManager As FabricClient.ServiceManagementClient

Property Value

The ServiceManager that can be used to perform operations related to services and service types.

Applies to