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

속성 값

메시지가 비어 있으면 이고, 그렇지 않으면 .

예외

메시지가 삭제되었습니다.

적용 대상