QueryChannelObject.Query Property

FFF3PP

QueryChannelObjectQuery Property

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 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: QueryType
The query.
See Also