Message.IsEmpty 속성

정의

Message가 비어 있는지 여부를 나타내는 값을 반환합니다.

public:
 virtual property bool IsEmpty { bool get(); };
public virtual bool IsEmpty { get; }
member this.IsEmpty : bool
Public Overridable ReadOnly Property IsEmpty As Boolean

속성 값

Boolean

메시지가 비어 있으면 true이고, 그렇지 않으면 false입니다.

예외

메시지가 삭제된 경우

적용 대상