Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / INameSupport2 Interface / Name Property


In This Topic
    Name Property (INameSupport2)
    In This Topic
    Gets or sets the name of the data model.
    Syntax
    'Declaration
     
    
    Property Name As String
    'Usage
     
    
    Dim instance As INameSupport2
    Dim value As String
     
    instance.Name = value
     
    value = instance.Name
    string Name {get; set;}
    See Also