Gets or sets a boolean value indicating whether to run the application in ASP.NET Medium Trust environment.
public static bool MediumTrust { get; set; }
Public Shared Property MediumTrust As Boolean
public:
static property bool MediumTrust {
bool get();
void set(bool MediumTrust);
}