ObjectReferencesCollectionTryGet Method |
Tries the get the specified reference, returns null if it is not found.
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic ObjectReference TryGet(
string name
)
Public Function TryGet (
name As String
) As ObjectReference
public:
ObjectReference^ TryGet(
String^ name
)
member TryGet :
name : string -> ObjectReference
Parameters
- name
- Type: SystemString
The name of the reference to search for.
Return Value
Type:
ObjectReferenceThe reference or null if it is not found.
See Also