public FileRequestType RequestType { get; set; }Public Property RequestType As FileRequestType
Get
Setpublic:
property FileRequestType RequestType {
FileRequestType get ();
void set (FileRequestType value);
}member RequestType : FileRequestType with get, set