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


In This Topic
    UserID Property (MessagingServiceProvider)
    In This Topic
    The user ID for connecting to this service
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Property UserID As String
    [CanBeNull()]
    public string UserID {get; set;}
    [CanBeNull()]
    public:
    property String^ UserID {
       String^ get();
       void set (    String^ value);
    }
    See Also