ResultsPayStatement.Accruals Property

<System.Xml.Serialization.XmlArrayItem("Accrual", IsNullable = false)> _ 
Public Property Accruals() As ResultsPayStatementAccrual()
This language is not supported or no code example is available.
[System.Xml.Serialization.XmlArrayItem("Accrual", IsNullable = false)] 
public ResultsPayStatementAccrual[] Accruals {get; set;}
This language is not supported or no code example is available.
[System.Xml.Serialization.XmlArrayItem("Accrual", IsNullable = false)] 
public:  
property array< ResultsPayStatementAccrual^ >^ Accruals { 
array< ResultsPayStatementAccrual^ >^ get( ); 
void set( 
array< ResultsPayStatementAccrual^ >^ value 
); 
}
This language is not supported or no code example is available.
public  
System.Xml.Serialization.XmlArrayItem("Accrual", IsNullable = false) 
function get Accruals() : ResultsPayStatementAccrual[]; 
public  
System.Xml.Serialization.XmlArrayItem("Accrual", IsNullable = false) 
function set Accruals(value : ResultsPayStatementAccrual[]);
This language is not supported or no code example is available.

Property Value

ResultsPayStatementAccrual[]

.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

In this article

Definition