Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
This type description is used with WS_STRING_TYPE and is optional. It is used to specify constraints on the set of values which can be deserialized.
Syntax
typedef struct _WS_STRING_DESCRIPTION {
ULONG minCharCount;
ULONG maxCharCount;
} WS_STRING_DESCRIPTION;
Members
minCharCount
Specifies the minimum number of characters.
maxCharCount
Specifies the maximum number of characters.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 7 [desktop apps only] |
| Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
| Header | webservices.h |