Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / INameSupport Interface / Name Property
Example


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

    Property Value

    String containing the custom name
    Example
    This example notifies the user if the name of the model changes.
    See Also