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