Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Core Assembly / C1.Xamarin.Forms.Core Namespace / C1CompositeIcon Class / Id Property


In This Topic
    Id Property (C1CompositeIcon)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Id As Guid
    'Usage
     
    
    Dim instance As C1CompositeIcon
    Dim value As Guid
     
    value = instance.Id
    public Guid Id {get;}
    See Also