CloseoutResponseDocuments Property |
[This is preliminary documentation and is subject to change.]
Closeout Documents are obsolete.
Namespace:
Purolator.Webservice.Objects
Assembly:
OLS.Webservice.Objects (in OLS.Webservice.Objects.dll) Version: 9.3.0.21647 (9.3.0.21647)
Syntaxpublic List<CloseoutDocument> Documents { get; set; }
Public Property Documents As List(Of CloseoutDocument)
Get
Set
public:
property List<CloseoutDocument^>^ Documents {
List<CloseoutDocument^>^ get ();
void set (List<CloseoutDocument^>^ value);
}
Property Value
Type:
ListCloseoutDocument
Remarks
The CloseoutDocuments field is obsolete and is never populated.
See Also