ProfileConfigurationCarriers Property | |
Gets or sets the Carriers
Namespace:
PSI.Sox.Configuration
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [XmlArrayItemAttribute("Carrier")]
public List<string> Carriers { get; set; }
public:
[XmlArrayItemAttribute(L"Carrier")]
property List<String^>^ Carriers {
List<String^>^ get ();
void set (List<String^>^ value);
}
function get_Carriers();
function set_Carriers(value);
Property Value
Type:
ListStringSee Also