PersistentCall.

MemberName Property

Summary

The name of the UltEvents.PersistentCall.Method or UltEvents.PersistentCall.Field.
Assembly
UltEvents.dll
Namespace
UltEvents
Containing Type
PersistentCall

Syntax

public string MemberName { get; }

Remarks

If the member is static, this value will start with the assembly qualified name of its declaring type.

If the member is a field, this value will end with the UltEvents.PersistentCall.FieldNameSuffix.

Value

Type Description
string