XdsObjects Help file
XdsObjects Namespace / XdsMultiString Class / XdsMultiString Constructor / XdsMultiString Constructor(String)
The single value to use



In This Topic
    XdsMultiString Constructor(String)
    In This Topic
    Create a new XdsMultiString, initialised with a single string
    Syntax
    Public Function New( _
       ByVal String As String _
    )
    Dim String As String
     
    Dim instance As New XdsMultiString(String)
    public XdsMultiString( 
       string String
    )
    public:
    XdsMultiString( 
       String^ String
    )

    Parameters

    String
    The single value to use
    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