Discuss this help topic in SecureBlackbox Forum
Defines the name identifier format.
Declaration
[VB.NET]
Property Format As String
[Pascal]
property Format : TSBAnyURI;
[C++]
void get_Format(std::string &OutResult);
void set_Format(const std::string &Value);
[PHP]
string get_Format()
void set_Format(string $Value)
[Java]
String getFormat();
void setFormat(String Value);
Description
This (optional) attribute specifies a URI reference corresponding to the format of the name identifier.
Discuss this help topic in SecureBlackbox Forum