CoApp.Developer.Toolkit.Scripting.Languages.PropertySheet.Rule.HasProperty C# (CSharp) Method

HasProperty() public method

public HasProperty ( string propertyName ) : bool
propertyName string
return bool
        public bool HasProperty(string propertyName)
        {
            return this[propertyName] != null;
        }