Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IAuthor Interface / UserID Property


In This Topic
    UserID Property
    In This Topic
    Gets a string that represents the user ID of the contact.
    Syntax
    'Declaration
     
    
    ReadOnly Property UserID As String
    'Usage
     
    
    Dim instance As IAuthor
    Dim value As String
     
    value = instance.UserID
    string UserID {get;}
    See Also