The external provider's reference number.
object.Registration
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISExternalProvider interface |
string
Display the external provider's reference number.
Dim aExtProvider
Dim aCode
Dim aMessage
aCode = "1"
Set aExtProvider = Profile.LoadExternalProvider(aCode)
if aExtProvider.ID = 0 then
aMessage = "No external provider with the specified code"
else
aMessage = aMessage & vbNewLine &_
"Full Name:" & vbTab & "Registration:" & vbNewLine & vbNewLine &_
aExtProvider.FullName & vbTab & aExtProvider.Registration
end if
Profile.MsgBox(aMessage)
In Profile Client v8 on User Interface Registration can be found in
or .