ManagedFolderInformationType.Comment Property

Definition

The Comment property gets a comment that is associated with a managed folder.

public:
 property System::String ^ Comment { System::String ^ get(); void set(System::String ^ value); };
public string Comment { get; set; }
Public Property Comment As String

Property Value

The Comment property returns a string that represents a comment that is associated with a managed folder.

Remarks

This property is read-only because it is only returned in a response. The property setter in the property signature is an artifact of the proxy generator.

Applies to