System.Html.Style.GetPropertyValue C# (CSharp) Méthode

GetPropertyValue() public méthode

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