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