GigaSpaces XAP.NET Documentation
GetFixedPropertyPosition Method (propertyName)
Class LibraryGigaSpaces.Core.MetadataISpaceTypeDescriptorGetFixedPropertyPosition(String)
Gets the position of a fixed property by the specified property name. If there's no fixed property with that name, -1 is returned.
Declaration Syntax
C#Visual BasicVisual C++J#
int GetFixedPropertyPosition(
	string propertyName
)
Function GetFixedPropertyPosition ( _
	propertyName As String _
) As Integer
int GetFixedPropertyPosition(
	String^ propertyName
)
int GetFixedPropertyPosition(
	String propertyName
)
Parameters
propertyName (String)
Name of property to locate.
Return Value
Position of property.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.2.0.0 (10.2.1.14000)