XdsObjects Help file
XdsObjects Namespace / XdsAuthor Class / HasRequiredValue Method



In This Topic
    HasRequiredValue Method
    In This Topic
    Check at least an authorPerson, authorTelecommunication or authorInstitution sub-attribute is present
    Syntax
    Public Function HasRequiredValue() As Boolean
    Dim instance As XdsAuthor
    Dim value As Boolean
     
    value = instance.HasRequiredValue()
    public bool HasRequiredValue()
    public:
    bool HasRequiredValue(); 

    Return Value

    False if authorPerson, authorTelecommunication and authorInstitution are all null/empty
    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