GigaSpaces XAP.NET Documentation
GetFileProperty Method (name)
Class LibraryGigaSpaces.Core.PersistencyAbstractExternalDataSourceGetFileProperty(String)
Gets the specified property's value, and converts it to absolute path form.
Declaration Syntax
C#Visual BasicVisual C++J#
protected string GetFileProperty(
	string name
)
Protected Function GetFileProperty ( _
	name As String _
) As String
protected:
String^ GetFileProperty(
	String^ name
)
protected String GetFileProperty(
	String name
)
Parameters
name (String)
Name of property to retrieve.
Return Value
Property's value. If the property is not defined null is returned.

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