ContainerRequestCredentials Property |
[This is preliminary documentation and is subject to change.]
Login credentials for validation.
Namespace:
Purolator.Webservice.Objects
Assembly:
OLS.Webservice.Objects (in OLS.Webservice.Objects.dll) Version: 9.3.0.21647 (9.3.0.21647)
Syntaxpublic CredentialInfo Credentials { get; set; }
Public Property Credentials As CredentialInfo
Get
Set
public:
property CredentialInfo^ Credentials {
CredentialInfo^ get ();
void set (CredentialInfo^ value);
}
Property Value
Type:
CredentialInfo
See Also