PolicyList.ClearDefault Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ClearDefault(Type) | |
ClearDefault<TPolicyInterface>() |
ClearDefault(Type)
public:
void ClearDefault(Type ^ policyInterface);
public void ClearDefault (Type policyInterface);
member this.ClearDefault : Type -> unit
Public Sub ClearDefault (policyInterface As Type)
Parameters
- policyInterface
- Type
Applies to
ClearDefault<TPolicyInterface>()
public:
generic <typename TPolicyInterface>
void ClearDefault();
public void ClearDefault<TPolicyInterface> ();
member this.ClearDefault : unit -> unit
Public Sub ClearDefault(Of TPolicyInterface) ()
Type Parameters
- TPolicyInterface