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