XdsObjects Help file
XdsObjects Namespace / XdsAuthor Class / AllValues Property



AllValues Property (XdsAuthor)
Returns all string values held in XdsAuthor object. Useful for checking if XdsAuthor contains all empty values
Syntax
Public ReadOnly Property AllValues As String
Dim instance As XdsAuthor
Dim value As String
 
value = instance.AllValues
public string AllValues {get;}
public:
property String^ AllValues {
   String^ get();
}

Property Value

All string values held in XdsAuthor object
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