| 
            
              ScalarElementSetGuid Method
             | 
          
        
        
            Sets the value of this scalar as a globally unique identifier.
            
        
        Namespace: GSF.PQDIF.PhysicalAssembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.257-beta
Syntaxpublic void SetGuid(
	Guid value
)
Public Sub SetGuid ( 
	value As Guid
)
public:
void SetGuid(
	Guid value
)
member SetGuid : 
        value : Guid -> unit  View SourceParameters
- value  Guid
 - The new value as a globally unique identifier.
 
See Also