C-DEngine 5.105

TheThingRegistry..::..GetThingsByProperty Method (String, Guid, String, String)

Returns a list of TheThings matching the PropertyName/Value combination in a given Engine

Namespace:  nsCDEngine.Engines.ThingService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static List<TheThing> GetThingsByProperty(
	string pEngineName,
	Guid pUID,
	string pPropName,
	string pPropValue
)
Public Shared Function GetThingsByProperty ( _
	pEngineName As String, _
	pUID As Guid, _
	pPropName As String, _
	pPropValue As String _
) As List(Of TheThing)
public:
static List<TheThing^>^ GetThingsByProperty(
	String^ pEngineName, 
	Guid^ pUID, 
	String^ pPropName, 
	String^ pPropValue
)

Parameters

pEngineName
Type: String
Engine owning TheThings
pUID
Type: Guid
UserID with permission to retrieve TheThings
pPropName
Type: String
Property Name to look for
pPropValue
Type: String
Property Value to look for

Return Value