EA.Iws.Domain.UnitedKingdomCompetentAuthority.AsCompetentAuthority C# (CSharp) Method

AsCompetentAuthority() public method

public AsCompetentAuthority ( ) : UKCompetentAuthority
return UKCompetentAuthority
        public UKCompetentAuthority AsCompetentAuthority()
        {
            return (UKCompetentAuthority)this.Id;
        }
    }