Gets or sets list of id's to export.
Namespace: CTCT.Components.ActivitiesAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
public IList<string> Lists { get; set; }
public IList<string> Lists { get; set; }
Public Property Lists As IList(Of String)
Get
Set
Public Property Lists As IList(Of String)
Get
Set
public:
property IList<String^>^ Lists {
IList<String^>^ get ();
void set (IList<String^>^ value);
}
public:
property IList<String^>^ Lists {
IList<String^>^ get ();
void set (IList<String^>^ value);
}
member Lists : IList<string> with get, set
member Lists : IList<string> with get, set