ESRI.ArcGIS.ADF
IsNullOrEmpty Method
See Also  Send comments on this topic.
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

See Also

© 2010 All Rights Reserved.