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