IsSet Method
Overloads
| IsSet(String) | 
             Checks if a property is set  | 
        
      
    
IsSet(String)
Checks if a property is set
Declaration
      public bool IsSet(string propertyName)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | propertyName | 
           The name of the property  | 
      
Returns
| Type | Description | 
|---|---|
| System.Boolean | 
           True if the property is set  |