DocumentRequestObjectIdentifier Property |
[This is preliminary documentation and is subject to change.]
Unique object identifier for the document being requested.
Namespace:
Purolator.Webservice.Objects
Assembly:
OLS.Webservice.Objects (in OLS.Webservice.Objects.dll) Version: 9.3.0.21647 (9.3.0.21647)
Syntaxpublic string ObjectIdentifier { get; set; }
Public Property ObjectIdentifier As String
Get
Set
public:
property String^ ObjectIdentifier {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also