BuildIt.BaseConfiguration.Value C# (CSharp) Метод

Value() защищенный Метод

protected Value ( [ propertyName = null ) : string
propertyName [
Результат string
        protected string Value([CallerMemberName] string propertyName = null)
        {
            return propertyName == null ? null : Data.SafeValue<string, string, string>(propertyName);
        }