SIFWorks ADK 2.0
BusInfoRefId Property
NamespacesEdustructures.SifWorks.TransBusRouteInfoBusInfoRefId

[This is preliminary documentation and is subject to change.]

Gets or sets the value of the <BusInfoRefId> element.
Declaration Syntax
C#Visual BasicVisual C++
public string BusInfoRefId{ get; set;}
Public Property BusInfoRefId As String
public:
property String^ BusInfoRefId {
	String^ get ();
	void set (String^ value);
}
Value
The BusInfoRefId element of this object.
Remarks

The SIF specification defines the meaning of this element as: "The bus associated with this route"

This element is known by more than one tag name depending on the version of SIF in use. The ADK will use the tag names shown below when parsing and rendering elements of this kind.

VersionTag
1.1
<Bus>
2.0
<BusInfoRefId>

Version: 2.0

Since: 1.1

Assembly: Edustructures.SifWorks.SdoAll (Module: Edustructures.SifWorks.SdoAll) Version: 2.0.0.10