Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended Namespace / DisplayAttribute Class / GetOrder Method

In This Topic
    GetOrder Method
    In This Topic
    Retrieves the value of the Order property.
    Syntax
    'Declaration
     
    
    Public Function GetOrder() As Nullable(Of Integer)
    public Nullable<int> GetOrder()

    Return Value

    The value of the Order property if the property is set, or a null reference if the property is not set.
    See Also