User Property
User
The user's ID, along with optional descriptive strings. This is an optional element and can be null.
C#
public UserEntity? User { get; }
Property Value
Type | Description |
---|---|
UserEntity |
The user's ID, along with optional descriptive strings. This is an optional element and can be null.
public UserEntity? User { get; }
Type | Description |
---|---|
UserEntity |