MicroMsg.sdk.WXWebpageMessage.Type C# (CSharp) Method

Type() public method

public Type ( ) : int
return int
        public override int Type()
        {
            return TYPE_URL;
        }