| SignDocFieldgetValueCount Method |
Get the number of values of the field.
Pushbutton fields and signature fields don't have a value, list boxes can have multiple values selected if f_MultiSelect is set
Namespace: de.softpro.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic int getValueCount()
Public Function getValueCount As Integer
public:
int getValueCount()
member getValueCount : unit -> int
Return Value
Type:
Int32The number of values
See Also