Proprietà DynamicValue.Count

 

Ottiene il numero di elementi figlio presenti nell'oggetto DynamicValue.

Spazio dei nomi:   Microsoft.Activities
Assembly:  Microsoft.Activities (in Microsoft.Activities.dll)

Sintassi

[DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)]
public int Count { get; }
public:
[DebuggerBrowsableAttribute(DebuggerBrowsableState::Never)]
property int Count {
    virtual int get() sealed;
}
[<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>]
abstract Count : int with get
[<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>]
override Count : int with get
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
Public ReadOnly Property Count As Integer

Valore proprietà

Type: System.Int32

Numero di elementi figlio presenti nell'oggetto DynamicValue.

Implementazioni

ICollection<T>.CountICollection<T>.Count

Vedere anche

Classe DynamicValue
Spazio dei nomi Microsoft.Activities

Torna all'inizio