GigaSpaces XAP.NET Documentation
RemoveProperty Method (name)
Class LibraryGigaSpaces.Core.DocumentSpaceDocumentRemoveProperty(String)
Removes the property from the document (if it exists).
Declaration Syntax
C#Visual BasicVisual C++J#
public void RemoveProperty(
	string name
)
Public Sub RemoveProperty ( _
	name As String _
)
public:
void RemoveProperty(
	String^ name
)
public void RemoveProperty(
	String name
)
Parameters
name (String)
Name of property to remove.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.0.2.6900 (9.0.2.6900)