XdsObjects Help file
XdsObjects Namespace / XdsCode Class / XdsCode Constructor / XdsCode Constructor(String,String,XdsInternationalString)
The coding scheme to use - this is commonly, but not always a GUID
The coding scheme to use
The human readable code meanging.



In This Topic
    XdsCode Constructor(String,String,XdsInternationalString)
    In This Topic
    Constructs a populated XdsCode object
    Syntax
    Public Function New( _
       ByVal CodingScheme As String, _
       ByVal CodeValue As String, _
       ByVal CodeMeaning As XdsInternationalString _
    )
    Dim CodingScheme As String
    Dim CodeValue As String
    Dim CodeMeaning As XdsInternationalString
     
    Dim instance As New XdsCode(CodingScheme, CodeValue, CodeMeaning)

    Parameters

    CodingScheme
    The coding scheme to use - this is commonly, but not always a GUID
    CodeValue
    The coding scheme to use
    CodeMeaning
    The human readable code meanging.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also