adTempus API
ArcanaDevelopment.adTempus.Client Namespace / LogMessage Class / UserID Property


In This Topic
    UserID Property (LogMessage)
    In This Topic
    The ID of the user associated with this message, if any.
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public ReadOnly Property UserID As String
    [CanBeNull()]
    public string UserID {get;}
    [CanBeNull()]
    public:
    property String^ UserID {
       String^ get();
    }
    See Also