Archetype.Models.ArchetypePublishedContent.GetProperty C# (CSharp) Метод

GetProperty() публичный Метод

public GetProperty ( string alias ) : IPublishedProperty
alias string
Результат IPublishedProperty
        public IPublishedProperty GetProperty(string alias)
        {
            return this.GetProperty(alias, false);
        }

Same methods

ArchetypePublishedContent::GetProperty ( string alias, bool recurse ) : IPublishedProperty