AccountData.Route Property

[DataMember(Name = "Route")] 
public byte Route {get;}
This language is not supported or no code example is available.
[DataMember(Name = "Route")] 
public:  
property Byte Route { 
Byte get( ); 
}
This language is not supported or no code example is available.
public  
DataMember(Name = "Route") 
function get Route() : byte;
This language is not supported or no code example is available.

Property Value

byte

In this article

Definition