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