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