|
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.248-beta
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);
View SourceParameters
- vendorID Guid
- Globally unique identifier for the vendor.
Return Value
IdentifierThe information about the vendor.
See Also