GetContent.ReadCount Property

Definition

Provides access to the ReadCount parameter.

public:
 property System::Activities::InArgument<long> ^ ReadCount { System::Activities::InArgument<long> ^ get(); void set(System::Activities::InArgument<long> ^ value); };
[System.ComponentModel.DefaultValue(null)]
public System.Activities.InArgument<long> ReadCount { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.ReadCount : System.Activities.InArgument<int64> with get, set
Public Property ReadCount As InArgument(Of Long)

Property Value

Attributes

Applies to