ServiceClientGenerator.CustomizationsModel.ShapeModifier.IsExcludedProperty C# (CSharp) Method

IsExcludedProperty() public method

public IsExcludedProperty ( string propertyName ) : bool
propertyName string
return bool
            public bool IsExcludedProperty(string propertyName)
            {
                return _excludedProperties.Contains(propertyName);
            }