XdsObjects Help file
XdsObjects Namespace / XdsPerson Class / XdsPerson Constructor / XdsPerson Constructor(String)
The name to set



In This Topic
    XdsPerson Constructor(String)
    In This Topic
    Constructs an XdsPerson object, with the SingleName initialised to to the given value
    Syntax
    Public Function New( _
       ByVal Name As String _
    )
    Dim Name As String
     
    Dim instance As New XdsPerson(Name)
    public XdsPerson( 
       string Name
    )
    public:
    XdsPerson( 
       String^ Name
    )

    Parameters

    Name
    The name to set
    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