VASTInLineNodeerrorURLsWithCode Method |
Namespace: Veeplay.vastAssembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public List<string> errorURLsWithCode(
int code
)
Public Function errorURLsWithCode (
code As Integer
) As List(Of String)
public:
List<String^>^ errorURLsWithCode(
int code
)
member errorURLsWithCode :
code : int -> List<string>
Parameters
- code
- Type: SystemInt32
Return Value
Type:
ListStringSee Also