LabelDynamicText Property |
Gets or sets the label's text that should override the
StaticText.
Namespace:
RRAutoLib.CTC
Assembly:
RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
SyntaxPublic Property DynamicText As String
Get
Set
public string DynamicText { get; set; }
Property Value
Type:
String
RemarksThis property must be set while the CtcService is running otherwise a
CtcIsStoppedException will be thrown.
See Also