PrintProfileDocumentMappings Property | |
List of Document Configurations
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax public List<DocumentMapping> DocumentMappings { get; set; }
public:
property List<DocumentMapping^>^ DocumentMappings {
List<DocumentMapping^>^ get ();
void set (List<DocumentMapping^>^ value);
}
function get_DocumentMappings();
function set_DocumentMappings(value);
Property Value
Type:
ListDocumentMappingSee Also