ShopToolsUtilHasProperty Method
Return a value indicating whether the provided type has a public
property with the specified name.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
public static bool HasProperty(
Type type,
string propertyName
)
Public Shared Function HasProperty (
type As Type,
propertyName As String
) As Boolean
No code example is currently available or this language may not be supported.
- type Type
-
Reference to the object type to consider.
- propertyName String
-
Name of the property to search for.
Boolean
True if a property exists in this class with the specified name.
Otherwise, false.