Gets or sets a value indicating whether the publisher policy section of the configuration file is applied to an application domain.
Namespace:
?
System
Assembly:
?
mscorlib (in mscorlib.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property DisallowPublisherPolicy As Boolean |
C# |
---|
public bool DisallowPublisherPolicy { get; set; } |
Visual C++ |
---|
public:
property bool DisallowPublisherPolicy {
bool get ();
void set (bool value);
} |
JavaScript |
---|
function get_disallowPublisherPolicy();
function set_disallowPublisherPolicy(value); |
Return Value
true if the publisherPolicy section of the configuration file for an application domain is ignored; otherwise, the declared publisher policy is honored.
See Also