P_Furcadia_Net_Utils_ChannelObjects_QueryChannelObject_Query - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
Gets the query command type.
Namespace: Furcadia.Net.Utils.ChannelObjects
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43
C#
public QueryType Query { get; }
VB
Public ReadOnly Property Query As QueryType
Get
VB Usage
Dim instance As QueryChannelObject
Dim value As QueryType
value = instance.Query
C++
public:
property QueryType Query {
QueryType get ();
}
F#
member Query : QueryType with get
Type: QueryType
The query.
QueryChannelObject Class
Furcadia.Net.Utils.ChannelObjects Namespace