 | ActRelationshipSequence Property |
Gets or sets the sequence of the relationship
Namespace: SanteDB.Core.Model.ActsAssembly: SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.2081-alpha+0a330d5f5a5d3cb3e6e945ef530e94ac5671b49c
Syntaxpublic long? Sequence { get; set; }Public Property Sequence As Long?
Get
Set
public:
property Nullable<long long> Sequence {
Nullable<long long> get ();
void set (Nullable<long long> value);
}member Sequence : Nullable<int64> with get, set
Property Value
NullableInt64
See Also