I have created a graphic layer by a attribute/spatial selection tools. I've created a graphic layer named graphicLayer. I want to check to see if a field (AsBuiltDate) is null but I'm having trouble with the code/syntax. Can someone help?if (graphicsLayer.Graphics.Attributes["AsBuiltDate"] == "NULL") { }ThanksDave