Goedel.Mesh.SignedProfile.Tag C# (CSharp) Method

Tag() public method

Tag identifying this class.
public Tag ( ) : string
return string
		public override string Tag () {
			return "SignedProfile";
			}