PropertyBagRemovePropertyNoCheck Method |
Removes a property without checking whether the
PropertyBag is read-only.
Namespace: Microsoft.ClearScriptAssembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax public bool RemovePropertyNoCheck(
string name
)
Public Function RemovePropertyNoCheck (
name As String
) As Boolean
public:
bool RemovePropertyNoCheck(
String^ name
)
member RemovePropertyNoCheck :
name : string -> bool
Parameters
- name String
- The name of the property to remove.
Return Value
BooleanTrue if the property was found and removed,
false otherwise.
Remarks
This operation is never exposed to script code.
See Also