 | CommonIgnoredDublinErrorCodeTypesErrorCodes Property |
[Missing <summary> documentation for "P:IAS.Common.IgnoredDublinErrorCodeTypes.ErrorCodes"]
Namespace:
IAS
Assembly:
Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic List<string> ErrorCodes { get; set; }
Public Property ErrorCodes As List(Of String)
Get
Set
function get ErrorCodes () : List<String>
function set ErrorCodes (value : List<String>)
function get_ErrorCodes();
function set_ErrorCodes(value);
Property Value
Type:
ListString
See Also