Gets the type of the variable
Namespace: ParticleAssembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntaxpublic VariableType Type { get; }
Public ReadOnly Property Type As VariableType
Get
public:
property VariableType Type {
VariableType get ();
}
member Type : VariableType with get
Property Value
Type:
VariableType
The type.
See Also