'Declaration Public Shared Function hasProperty( _ ByVal obj As Object, _ ByVal name As String, _ ByVal inherit As Boolean _ ) As Boolean
public static bool hasProperty( object obj, string name, bool inherit )
_NativeExtension Class _NativeExtension Members