'Declaration
Public Property FileExcludeSearchType As FileSearchType
'Usage
Dim instance As SearchParms Dim value As FileSearchType instance.FileExcludeSearchType = value value = instance.FileExcludeSearchType
public FileSearchType FileExcludeSearchType {get; set;}
public: property FileSearchType FileExcludeSearchType { FileSearchType get(); void set ( FileSearchType value); }