ImportClixml.Skip Property

Definition

Provides access to the Skip parameter.

public:
 property System::Activities::InArgument<System::UInt64> ^ Skip { System::Activities::InArgument<System::UInt64> ^ get(); void set(System::Activities::InArgument<System::UInt64> ^ value); };
[System.ComponentModel.DefaultValue(null)]
public System.Activities.InArgument<ulong> Skip { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.Skip : System.Activities.InArgument<uint64> with get, set
Public Property Skip As InArgument(Of ULong)

Property Value

Attributes

Applies to