  | ITaskServerJobInfoAddress Property  | 
 
            Gets the address of the task server..
            
 
    Namespace: 
   Ookii.Jumbo.Jet.Scheduling
    Assembly:
   Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
SyntaxServerAddress Address { get; }ReadOnly Property Address As ServerAddress
	Get
property ServerAddress^ Address {
	ServerAddress^ get ();
}abstract Address : ServerAddress with get
Property Value
Type: 
ServerAddress
            The 
ServerAddress for the task server.
            
See Also