다음을 통해 공유


IUpdateCategory.DisplayOrder Property

 

Applies To: Windows Server Update Services

Gets the order in which the category is displayed relative to its siblings.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

int DisplayOrder { get; }
property int DisplayOrder {
    int get();
}
abstract DisplayOrder : int with get
ReadOnly Property DisplayOrder As Integer

Property Value

Type: System.Int32

Order from lower to higher in which the category is displayed relative to its siblings. The value is Integer.MaxValue if no order is specified (add the category to the end of the list). Siblings can specify the same display order.

See Also

IUpdateCategory Interface
Microsoft.UpdateServices.Administration Namespace

Return to top