XdsObjects Help file
XdsObjects Namespace / XdsSubmissionSet Class / Authors Property



Authors Property (XdsSubmissionSet)
The humans and/or machines that authored the Submission Set
Syntax
Public Property Authors As List(Of XdsAuthor)
Dim instance As XdsSubmissionSet
Dim value As List(Of XdsAuthor)
 
instance.Authors = value
 
value = instance.Authors
public List<XdsAuthor> Authors {get; set;}
public:
property List<XdsAuthor^>^ Authors {
   List<XdsAuthor^>^ get();
   void set (    List<XdsAuthor^>^ value);
}
Remarks

This property corresponds to the XDSSubmissionSet.author Classifications

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