DocumentResponsePDocData Property |  |
List of base-64 encoded Connectship Position Document Xml data.
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax[DataMemberAttribute(EmitDefaultValue = false)]
public List<string> PDocData { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property List<String^>^ PDocData {
List<String^>^ get ();
void set (List<String^>^ value);
}
function get_PDocData();
function set_PDocData(value);
Property Value
Type:
ListString
See Also