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


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