TraktPlugin.GUI.GUICommon.GetProperty C# (CSharp) Méthode

GetProperty() static private méthode

static private GetProperty ( string property ) : string
property string
Résultat string
        internal static string GetProperty(string property)
        {
            string propertyVal = GUIPropertyManager.GetProperty(property);
            return propertyVal ?? string.Empty;
        }