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


In This Topic
    Id Property
    In This Topic
    License ID
    Syntax
    'Declaration
     
    
    <XmlAttributeAttribute("Id")>
    Public Property Id As String
    'Usage
     
    
    Dim instance As LicenseManager.GCDTLicense
    Dim value As String
     
    instance.Id = value
     
    value = instance.Id
    [XmlAttribute("Id")]
    public string Id {get; set;}
    See Also