public StringList SpecificUsers { get; set; }Public Property SpecificUsers As StringList
Get
Setpublic:
property StringList^ SpecificUsers {
StringList^ get ();
void set (StringList^ value);
}member SpecificUsers : StringList with get, set