GigaSpaces XAP.NET Documentation
GetFixedProperty Method (name)
Class LibraryGigaSpaces.Core.MetadataISpaceTypeDescriptorGetFixedProperty(String)
Gets a fixed property by its name.
Declaration Syntax
C#Visual BasicVisual C++J#
ISpacePropertyDescriptor GetFixedProperty(
	string name
)
Function GetFixedProperty ( _
	name As String _
) As ISpacePropertyDescriptor
ISpacePropertyDescriptor^ GetFixedProperty(
	String^ name
)
ISpacePropertyDescriptor GetFixedProperty(
	String name
)
Parameters
name (String)
Name of requested fixed property.
Return Value
Space property with specified name.

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