CategoriesPropertyCategoriesString Property
This property is used to set or get the categories as a string value
Namespace: EWSoftware.PDI.PropertiesAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public string CategoriesString { get; set; }
Public Property CategoriesString As String
Get
Set
public:
property String^ CategoriesString {
String^ get ();
void set (String^ value);
}
member CategoriesString : string with get, set
Property Value
StringThe string can contain one or more categories separated by commas or semi-colons. The string
will be split and loaded into the categories string collection.