UtilsValidateRequiredT Method (String, T, NWFExceptions) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Namespace:
Telogis.GeoBase.GeoStream.Server.NWF
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public static bool ValidateRequired<T>(
string field,
T value,
NWFExceptions exceptions
)
where T : class
Public Shared Function ValidateRequired(Of T As Class) (
field As String,
value As T,
exceptions As NWFExceptions
) As Boolean
Parameters
- field
- Type: SystemString
- value
- Type: T
- exceptions
- Type: Telogis.GeoBase.GeoStream.Server.NWF.ModelsNWFExceptions
Type Parameters
- T
Return Value
Type:
BooleanSee Also