UniqueIdentifier Property (PSObject)
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