XdsObjects Help file
XdsObjects Namespace / XdsPerson Class / SingleName Property



In This Topic
    SingleName Property
    In This Topic
    Simple human-readable version of the person's name
    Syntax
    Public Property SingleName As String
    Dim instance As XdsPerson
    Dim value As String
     
    instance.SingleName = value
     
    value = instance.SingleName
    public string SingleName {get; set;}
    public:
    property String^ SingleName {
       String^ get();
       void set (    String^ value);
    }
    Remarks
    This should not be used unless necessary - the individual components and CompositeName are more reliable and interoperable.
    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