'DeclarationPublic Property FileExcludeSearchType As FileSearchType
'UsageDim 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); }