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