UpdateInfo.HasBody 方法
定义
指示包含此类型的序列化实例的消息其正文格式是否正确。Indicates whether the body of the message containing a serialized instance of this type is correctly formed.
public:
bool HasBody();
public bool HasBody ();
member this.HasBody : unit -> bool
Public Function HasBody () As Boolean
返回
如果发送方发送的注册更新信息的正文格式正确,则为 true;否则为 false。true if the registration update information body is correctly-formed by the sender; false if it is not.