ESRI.ArcGIS.ADF.Core
IsNullOrEmpty Method
See Also  Send Feedback
ESRI.ArcGIS.ADF Namespace > Identity Class : IsNullOrEmpty Method




identity
The identity object
Whether an identity object is null or empty

Syntax

Visual Basic (Declaration) 
Public Shared Function IsNullOrEmpty( _
   ByVal identity As Identity _
) As Boolean
Visual Basic (Usage)Copy Code
Dim identity As Identity
Dim value As Boolean
 
value = Identity.IsNullOrEmpty(identity)
C# 
public static bool IsNullOrEmpty( 
   Identity identity
)

Parameters

identity
The identity object

Return Value

Whether the identity object is null or empty

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.