BCSDocumentTypeSequence Method (String) |
Returns a sequence that is unique within the document type.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Scripting
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax public BCSSequence Sequence(
string name
)
Public Function Sequence (
name As String
) As BCSSequence
Parameters
- name
- Type: SystemString
The name of the sequence.
Return Value
Type:
BCSSequenceThe sequence with the specified name.
See Also