ServiceRouteConfigurationServiceSymbol Property |  |
get and set Service
Namespace:
PSI.Sox.Configuration
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax[DataMemberAttribute(EmitDefaultValue = false)]
public string ServiceSymbol { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property String^ ServiceSymbol {
String^ get ();
void set (String^ value);
}
function get_ServiceSymbol();
function set_ServiceSymbol(value);
Property Value
Type:
String
See Also