DocumentRequestDocumentMapping Property | |
Gets or sets the DocumentMapping.
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DataMemberAttribute(EmitDefaultValue = false)]
public DocumentMapping DocumentMapping { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property DocumentMapping^ DocumentMapping {
DocumentMapping^ get ();
void set (DocumentMapping^ value);
}
function get_DocumentMapping();
function set_DocumentMapping(value);
Property Value
Type:
DocumentMappingSee Also