  | DataServerClientProtocolHeaderCommand Property | 
            Gets or sets the command issued to the data server.
            
Namespace: Ookii.Jumbo.DfsAssembly: Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic DataServerCommand Command { get; }Public ReadOnly Property Command As DataServerCommand
	Get
public:
property DataServerCommand Command {
	DataServerCommand get ();
}member Command : DataServerCommand with get
Property Value
DataServerCommand
            One of the 
DataServerCommand values indicating which command is issued to the data server.
            
See Also