Custodian.Notes property

Gets or sets notes for the Custodian object.

Namespace:  Microsoft.Office.Server.Discovery
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

'Declaration
Public Property Notes As String
    Get
    Set
'Usage
Dim instance As Custodian
Dim value As String

value = instance.Notes

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

Property value

Type: System.String
Notes for the Custodian object.

See also

Reference

Custodian class

Custodian members

Microsoft.Office.Server.Discovery namespace