 | TransportationDetailStop Property |
Gets or sets the transportation stop.
Namespace:
SeniorSystemsWS.Entity
Assembly:
SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic string Stop { get; set; }
Public Property Stop As String
Get
Set
public:
property String^ Stop {
String^ get ();
void set (String^ value);
}
function get Stop () : String
function set Stop (value : String)
function get_Stop();
function set_Stop(value);
Property Value
Type:
StringThe transportation stop.
See Also