| 
            
              VectorElementGetGuid Method
             | 
          
        
        
            Gets the value in this vector as a globally unique identifier.
            
        
        Namespace: GSF.PQDIF.PhysicalAssembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.257-beta
Syntaxpublic Guid GetGuid(
	int index
)
Public Function GetGuid ( 
	index As Integer
) As Guid
public:
Guid GetGuid(
	int index
)
member GetGuid : 
        index : int -> Guid  View SourceParameters
- index  Int32
 - The index of the value.
 
Return Value
GuidThe value as a globally unique identifier.
See Also