XdsObjects Help file
XdsObjects Namespace / XdsPerson Class / CompositeName Property



In This Topic
    CompositeName Property
    In This Topic
    A simple human readable form of the name.
    Syntax
    Public ReadOnly Property CompositeName As String
    Dim instance As XdsPerson
    Dim value As String
     
    value = instance.CompositeName
    public string CompositeName {get;}
    public:
    property String^ CompositeName {
       String^ get();
    }
    Remarks
    If any of the individual components of the name are present, then this will return a space separated string - e.g. "Mr Joe Bloggs". If all the components are absent, then the SingleName property is returned.
    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