- client
- The client to validate.
| Visual Basic (Declaration) | |
|---|---|
Overridable Function Validate( _ ByVal client As DicomClient _ ) As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
virtual bool Validate( DicomClient client ) | |
| C++/CLI | |
|---|---|
virtual bool Validate( DicomClient^ client ) | |
Parameters
- client
- The client to validate.
Return Value
True if the specified AE Title is valid. False otherwise.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code