====Server::GetConfiguration==== This function is part of the [[Server|Server]] class. **GetConfiguration** is used to return a list of the //properties// and //relationships// within an ARDI server. ===Return Value=== This function returns **None** if an error occurred. Otherwise, it returns an array containing two sub-arrays. The first is a list of relationships, the second a list of properties. Each of these will contain a //name//, an //id// and - for properties - a //type//. ===Parameters=== **None**