nameIndex Property (PtgName)
In This Topic
Syntax
'Declaration
Public Property nameIndex As UInteger
'Usage
Dim instance As PtgName
Dim value As UInteger
instance.nameIndex = value
value = instance.nameIndex
public uint nameIndex {get; set;}
See Also