| LogEntryCaller Property |
[This is preliminary documentation and is subject to change.]
Gets or sets the caller information.
Namespace: YallaAssembly: Yalla.Core (in Yalla.Core.dll) Version: 1.0.5813.1925
Syntax public CallerInfo Caller { get; set; }
Public Property Caller As CallerInfo
Get
Set
public:
property CallerInfo^ Caller {
CallerInfo^ get ();
void set (CallerInfo^ value);
}
member Caller : CallerInfo with get, set
Property Value
Type:
CallerInfoCaller information.
See Also