DocumentRequestDocumentOptions Property | |
SerializableDictionary containing document options.
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DataMemberAttribute(EmitDefaultValue = false)]
public SerializableDictionary DocumentOptions { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property SerializableDictionary^ DocumentOptions {
SerializableDictionary^ get ();
void set (SerializableDictionary^ value);
}
function get_DocumentOptions();
function set_DocumentOptions(value);
Property Value
Type:
SerializableDictionarySee Also