Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObject Class / UniqueIdentifier Property


In This Topic
    UniqueIdentifier Property
    In This Topic
    Gets the unique identifier for the element.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property UniqueIdentifier As Integer
    'Usage
     
    
    Dim instance As PSObject
    Dim value As Integer
     
    value = instance.UniqueIdentifier
    public int UniqueIdentifier {get;}
    See Also