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