Namespace: Contracts.Data
Assembly: Contracts (in Contracts.dll)

<PropertyExpression("AllProgress")> _ 
Public ReadOnly Property AllProgress() As Integer
This language is not supported or no code example is available.
[PropertyExpression("AllProgress")] 
public int AllProgress {get;}
This language is not supported or no code example is available.
[PropertyExpression("AllProgress")] 
public:  
property int AllProgress { 
int get( ); 
}
This language is not supported or no code example is available.
public  
PropertyExpression("AllProgress") 
function get AllProgress() : int;
This language is not supported or no code example is available.

Property Value

Type: int

.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