Share via


RequestResponse.Comment property

Gets or sets a comment about the request.

Namespace:  WebSvcsharepointemailws
Assembly:  STSSOAP (in STSSOAP.dll)

Syntax

'Declaration
Public Property Comment As String
    Get
    Set
'Usage
Dim instance As RequestResponse
Dim value As String

value = instance.Comment

instance.Comment = value
public string Comment { get; set; }

Property value

Type: System.String
A String that represents a comment about the request.

See also

Reference

RequestResponse class

RequestResponse members

WebSvcsharepointemailws namespace