OnTime Extension SDK Documentation
OnTime.Extensions.SDK Namespace / Order Class / Dispatcher Property



In This Topic
    Dispatcher Property
    In This Topic
    The User assigned as the dispatcher for this Order.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute(False)>
    <DisplayNameAttribute("")>
    Public Property Dispatcher As User
    'Usage
     
    
    Dim instance As Order
    Dim value As User
     
    instance.Dispatcher = value
     
    value = instance.Dispatcher
    [DataMember(false)]
    [DisplayName("")]
    public User Dispatcher {get; set;}
    [DataMember(false)]
    [DisplayName("")]
    public:
    property User^ Dispatcher {
       User^ get();
       void set (    User^ value);
    }
    Requirements

    Target Platforms: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11, Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2012, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019, Windows Server 2022

    See Also