Spread Windows Forms 15.0
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / StartMenuForm Class / AlyKey Property


In This Topic
    AlyKey Property
    In This Topic
    Gets or sets the aly key.
    Syntax
    'Declaration
     
    
    Public Property AlyKey As String
    'Usage
     
    
    Dim instance As StartMenuForm
    Dim value As String
     
    instance.AlyKey = value
     
    value = instance.AlyKey
    public string AlyKey {get; set;}

    Property Value

    The aly key.
    See Also