AttributeExists() 공개 메소드

public AttributeExists ( String attributeName ) : bool
attributeName String
리턴 bool
예제 #1
0
 public void SomeOperation()
 {
     if (query.AttributeExists("DeviceName"))
     {
         command.SetAttribute("DeviceName", "Rover, Curiousity");
     }
 }