BuildIt.BaseConfiguration.Value C# (CSharp) Méthode

Value() protected méthode

protected Value ( [ propertyName = null ) : string
propertyName [
Résultat string
        protected string Value([CallerMemberName] string propertyName = null)
        {
            return propertyName == null ? null : Data.SafeValue<string, string, string>(propertyName);
        }