Persistate API documentation
FindMember Method (memberKey, memberName)
NamespacesPersistateObjectClassFindMember(Int32, String)

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

Finds a Member by name in either this class or any base class.
Declaration Syntax
C#
public Member FindMember(
	int memberKey,
	string memberName
)
Parameters
memberKey (Int32)
The index key to use when searching. This can be Member.NameKey or Member.FriendlyNameKey.
memberName (String)
The Name or FriendlyName of the member to find.
Return Value
The member found, or null if not found.
Remarks
This also searches the Persistent root class, and so this will find the standard OperationGroup members in this class. You can also find Members with a particular slot using the FindMember(Int32) method.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)