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