XdsObjects Help file
XdsObjects Namespace / XdsSubmissionSet Class / SourceID Property



SourceID Property
The SourceID, representing the system generating the data. All Document Sources are oblisged to complete this value, and set to a properly registered OID.
Syntax
Public Property SourceID As String
Dim instance As XdsSubmissionSet
Dim value As String
 
instance.SourceID = value
 
value = instance.SourceID
public string SourceID {get; set;}
public:
property String^ SourceID {
   String^ get();
   void set (    String^ value);
}
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