GigaSpaces XAP.NET Documentation
IsDefined Method (name)
Class LibraryGigaSpaces.Core.ConfigurationIGigaSpacesConfigurationElementIsDefined(String)
Returns true if the specified property is defined, false otherwise.
Declaration Syntax
C#Visual BasicVisual C++J#
bool IsDefined(
	string name
)
Function IsDefined ( _
	name As String _
) As Boolean
bool IsDefined(
	String^ name
)
boolean IsDefined(
	String name
)
Parameters
name (String)

[Missing <param name="name"/> documentation for "M:GigaSpaces.Core.Configuration.IGigaSpacesConfigurationElement.IsDefined(System.String)"]

Return Value

[Missing <returns> documentation for "M:GigaSpaces.Core.Configuration.IGigaSpacesConfigurationElement.IsDefined(System.String)"]

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.0.0.0 (14.0.0.20000)