Discuss this help topic in SecureBlackbox Forum
The name identifier established by the service provider.
Declaration
[C#]
string SPProvidedID;
[VB.NET]
Property SPProvidedID As String
[Pascal]
property SPProvidedID : string;
[C++]
void get_SPProvidedID(std::string &OutResult);
void set_SPProvidedID(const std::string &Value);
[PHP]
string get_SPProvidedID()
void set_SPProvidedID(string $Value)
[Java]
String getSPProvidedID();
void setSPProvidedID(String Value);
Description
This property contains the name identifier established for this entity by the service provider or affiliation of providers.
Discuss this help topic in SecureBlackbox Forum