Click or drag to resize

IGHARemoteObjectGetObjectsByPropertyValue Method

[This is preliminary documentation and is subject to change.]

Internal use only

Namespace:  RemoteLib
Assembly:  RemoteLib (in RemoteLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
IGHARemoteObjectcollection GetObjectsByPropertyValue(
	string name,
	Object value,
	bool recurs = false
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:RemoteLib.IGHARemoteObject.GetObjectsByPropertyValue(System.String,System.Object,System.Boolean)"]

value
Type: SystemObject

[Missing <param name="value"/> documentation for "M:RemoteLib.IGHARemoteObject.GetObjectsByPropertyValue(System.String,System.Object,System.Boolean)"]

recurs (Optional)
Type: SystemBoolean

[Missing <param name="recurs"/> documentation for "M:RemoteLib.IGHARemoteObject.GetObjectsByPropertyValue(System.String,System.Object,System.Boolean)"]

Return Value

Type: IGHARemoteObjectcollection

[Missing <returns> documentation for "M:RemoteLib.IGHARemoteObject.GetObjectsByPropertyValue(System.String,System.Object,System.Boolean)"]

See Also