GigaSpaces XAP.NET Documentation
SetIdProperty Method (idPropertyName, autoGenerateId)
Class LibraryGigaSpaces.Core.MetadataSpaceTypeDescriptorBuilderSetIdProperty(String, Boolean)
Sets the ID property.
Declaration Syntax
C#Visual BasicVisual C++J#
public void SetIdProperty(
	string idPropertyName,
	bool autoGenerateId
)
Public Sub SetIdProperty ( _
	idPropertyName As String, _
	autoGenerateId As Boolean _
)
public:
void SetIdProperty(
	String^ idPropertyName, 
	bool autoGenerateId
)
public void SetIdProperty(
	String idPropertyName,
	boolean autoGenerateId
)
Parameters
idPropertyName (String)
Name of ID property.
autoGenerateId (Boolean)
false if the uid is generated using the id value, true if the uid is automatically generated.

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