PropertyBag.Exists

Declaration

public static bool Exists();

Returns

bool true if there is a property bag for the given type; otherwise, false.

Description

Returns true if a property bag exists for the given type.


Declaration

public static bool Exists(Type type);

Parameters

type The type to check for a property bag

Returns

bool true if there is a property bag for the given type; otherwise, false.

Description

Returns true if a property bag exists for the given type.


Did you find this page useful? Please give it a rating: