msidmRequestTargetDetailmsidmSequenceID Property |
Sequence ID - This attribute defines an ID which is unique for all request target detail objects associated with a single request.
Namespace: IdmNet.ModelsAssembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntaxpublic Nullable<int> msidmSequenceID { get; set; }
Public Property msidmSequenceID As Nullable(Of Integer)
Get
Set
public:
property Nullable<int> msidmSequenceID {
Nullable<int> get ();
void set (Nullable<int> value);
}
member msidmSequenceID : Nullable<int> with get, set
Property Value
Type:
NullableInt32
See Also