Edit

Share via


WeightedUriEndpointGroup.Weight Property

Definition

Gets or sets the weight of the group.

public:
 property int Weight { int get(); void set(int value); };
[System.ComponentModel.DataAnnotations.Range(1, 64000)]
public int Weight { get; set; }
[<System.ComponentModel.DataAnnotations.Range(1, 64000)>]
member this.Weight : int with get, set
Public Property Weight As Integer

Property Value

The default is 32000.

Attributes

Remarks

Default value is 32000.

Applies to