SPRoutingMachineInfo.StaticWeighting property
The static weighting
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property StaticWeighting As Double
Get
Set
'Usage
Dim instance As SPRoutingMachineInfo
Dim value As Double
value = instance.StaticWeighting
instance.StaticWeighting = value
public double StaticWeighting { get; set; }
Property value
Type: System.Double