Furcadia Framework For Third Party Programs
QueryChannelObjectQuery Property |
[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 44
Syntax
public QueryType Query { get; }
Public ReadOnly Property Query As QueryType Get Dim instance As QueryChannelObject Dim value As QueryType value = instance.Query
public: property QueryType Query { QueryType get (); }
member Query : QueryType with get
Property Value
Type: QueryTypeThe query.
See Also