Xamarin.iOS Documentation | ComponentOne
C1.iOS.Core Assembly / C1.iOS.Core Namespace / LicenseManager.GCDTLicense Class / Text Property


In This Topic
    Text Property (LicenseManager.GCDTLicense)
    In This Topic
    License key
    Syntax
    'Declaration
     
    
    <XmlTextAttribute()>
    Public Property Text As String
    'Usage
     
    
    Dim instance As LicenseManager.GCDTLicense
    Dim value As String
     
    instance.Text = value
     
    value = instance.Text
    [XmlText()]
    public string Text {get; set;}
    See Also