GigaSpaces XAP.NET Documentation
SetIdProperty Method (idPropertyName, autoGenerateId, indexType)
Class LibraryGigaSpaces.Core.MetadataSpaceTypeDescriptorBuilderSetIdProperty(String, Boolean, SpaceIndexType)
Sets the ID property.
Declaration Syntax
C#Visual BasicVisual C++J#
public void SetIdProperty(
	string idPropertyName,
	bool autoGenerateId,
	SpaceIndexType indexType
)
Public Sub SetIdProperty ( _
	idPropertyName As String, _
	autoGenerateId As Boolean, _
	indexType As SpaceIndexType _
)
public:
void SetIdProperty(
	String^ idPropertyName, 
	bool autoGenerateId, 
	SpaceIndexType indexType
)
public void SetIdProperty(
	String idPropertyName,
	boolean autoGenerateId,
	SpaceIndexType indexType
)
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.
indexType (SpaceIndexType)
Type of index.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 11.0.0.0 (11.0.0.14800)