ServiceDescription.DefaultMoveCost Property
Applies To: Azure, Windows 10, Windows 8, Windows 8.1, Windows Server 2012 R2
Gets or sets the DefaultMoveCost of a service in a ServiceDescription
Namespace: System.Fabric.Description
Assembly: System.Fabric (in System.Fabric.dll)
Syntax
public MoveCost DefaultMoveCost { get; set; }
Property Value
Type: System.Fabric.MoveCost
The value that the default MoveCost for the service should be set to for a service in its ServiceDescription.
See Also
ServiceDescription Class
System.Fabric.Description Namespace
Return to top