public HashSet<string> TrustedSelectionPaths { get; set; }
Public Property TrustedSelectionPaths As HashSet(Of String) Get Set
public: property HashSet<String^>^ TrustedSelectionPaths { HashSet<String^>^ get (); void set (HashSet<String^>^ value); }