GetEmployeePayStatementByRangeResponseGetEmployeePayStatementByRangeResult.Results Property
<System.Xml.Serialization.XmlArray(Namespace = "http://www.ultipro.com/contracts")> _
<System.Xml.Serialization.XmlArrayItem("PayStatement", IsNullable = false)> _
Public Property Results() As ResultsPayStatement()
This language is not supported or no code example is available.
[System.Xml.Serialization.XmlArray(Namespace = "http://www.ultipro.com/contracts")]
[System.Xml.Serialization.XmlArrayItem("PayStatement", IsNullable = false)]
public ResultsPayStatement[] Results {get; set;}
This language is not supported or no code example is available.
[System.Xml.Serialization.XmlArray(Namespace = "http://www.ultipro.com/contracts")]
[System.Xml.Serialization.XmlArrayItem("PayStatement", IsNullable = false)]
public:
property array< ResultsPayStatement^ >^ Results {
array< ResultsPayStatement^ >^ get( );
void set(
array< ResultsPayStatement^ >^ value
);
}
This language is not supported or no code example is available.
public
System.Xml.Serialization.XmlArray(Namespace = "http://www.ultipro.com/contracts")
System.Xml.Serialization.XmlArrayItem("PayStatement", IsNullable = false)
function get Results() : ResultsPayStatement[];
public
System.Xml.Serialization.XmlArray(Namespace = "http://www.ultipro.com/contracts")
System.Xml.Serialization.XmlArrayItem("PayStatement", IsNullable = false)
function set Results(value : ResultsPayStatement[]);
This language is not supported or no code example is available.
Property Value
ResultsPayStatement[]
.NET Framework
Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8