|   | VendorGetInfo Method | 
        
        
            Gets information about the vendor identified by the given ID.
            
        
        Namespace: GSF.PQDIF.LogicalAssembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.257-beta
 Syntax
SyntaxPublic Shared Function GetInfo ( 
	vendorID As Guid
) As Identifier
public:
static Identifier^ GetInfo(
	Guid vendorID
)
static member GetInfo : 
        vendorID : Guid -> Identifier GSF.PQDIF.Logical.Vendor.GetInfo = function(vendorID);
Parameters
- vendorID  Guid
- Globally unique identifier for the vendor.
Return Value
IdentifierThe information about the vendor.
 See Also
See Also