Visual Basic (Declaration) | |
---|---|
<ElementAttribute()> Public Property CodingSchemeIdentificationSequence As List(Of CodingSchemeIdentification) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As SOPCommonModule Dim value As List(Of CodingSchemeIdentification) instance.CodingSchemeIdentificationSequence = value value = instance.CodingSchemeIdentificationSequence |
C# | |
---|---|
[ElementAttribute()] public List<CodingSchemeIdentification> CodingSchemeIdentificationSequence {get; set;} |
C++/CLI | |
---|---|
[ElementAttribute()] public: property List<CodingSchemeIdentification^>^ CodingSchemeIdentificationSequence { List<CodingSchemeIdentification^>^ get(); void set ( List<CodingSchemeIdentification^>^ value); } |
Property Value
The coding scheme identification sequence.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7