BRUserScriptParameterArgument.Sequence Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the parameter sequence.
public:
property int Sequence { int get(); };
[System.Runtime.Serialization.DataMember]
public int Sequence { get; }
[<System.Runtime.Serialization.DataMember>]
member this.Sequence : int
Public ReadOnly Property Sequence As Integer
Property Value
The parameter sequence.
- Attributes