'Declaration Public Shared Function CreateApplicationIdentifier( _
ByVal aiKeyThe Application Identifier key.As String, _
ByVal aiValueThe Application Identifier value.As String _
) As GS1ApplicationIdentifierValue
public static GS1ApplicationIdentifierValue CreateApplicationIdentifier(
string aiKey,
string aiValue
)
public: static GS1ApplicationIdentifierValue* CreateApplicationIdentifier(
string* aiKey,
string* aiValue
)
public:
static GS1ApplicationIdentifierValue^ CreateApplicationIdentifier(
string^ aiKey,
string^ aiValue
)
Parameters
- aiKey
- The Application Identifier key.
- aiValue
- The Application Identifier value.
Return Value
A new instace of GS1ApplicationIdentifierValue.