Discuss this help topic in SecureBlackbox Forum

TElOneDriveComment.Message

TElOneDriveComment     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Contains comment's text.

Declaration

[C#]
    string Message;

[VB.NET]
    Property Message As String

[Pascal]
    property Message: string;

[C++]
    void get_Message(std::string &OutResult);

[PHP]
    string get_Message()

[Java]
    String getMessage();

Description

    Specifies the text of the comment. The maximum length of a comment is 10,000 characters.

See also:     ID    

Discuss this help topic in SecureBlackbox Forum