System.Html.Style.GetPropertyValue C# (CSharp) Method

GetPropertyValue() public method

public GetPropertyValue ( string property ) : string
property string
return string
        public string GetPropertyValue(string property)
        {
            return null;
        }