Goedel.Mesh.NetworkProfile.Get C# (CSharp) Method

Get() public static method

Get the default password profile in the specified personal profile.
public static Get ( PersonalProfile UserProfile ) : NetworkProfile
UserProfile PersonalProfile Presonal profile to search.
return NetworkProfile
        public static NetworkProfile Get(PersonalProfile UserProfile) {
            //return UserProfile.GetApplication(typeof(PersonalProfile)) as NetworkProfile;


            return null;
            }