PolicyBase Members
Include Protected Members
Include Inherited Members
Base class to inherit for a new check-in policy.
The PolicyBase type exposes the following members.
Constructors
Name
Description
Top
Methods
Name
Description
Called if the user double-clicks on a policy failure.
Called if F1 is pressed when a policy failure is active on the user's display.
Used to show a dialog or other UI to the user to specify options for the check-in policy.
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Performs the actual policy evaluation.
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the type of the current instance. (Inherited from Object.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Returns a string that represents the current object. (Inherited from Object.)
Top
Properties
Name
Description
Gets whether or not this policy includes configuration UI. true if the policy includes configuration UI; otherwise false.
Gets the description of this policy.
Gets or sets textual instructions on how the policy can be installed on a computer.
Gets the string to describe this policy.
Gets the description of this type of policy.
Top
Events
Name
Description
Top