ComplianceTag.Notes property
Namespace: Microsoft.SharePoint.Client.CompliancePolicy
Assembly: Microsoft.Office.Client.Policy (in Microsoft.Office.Client.Policy.dll)
Syntax
'Declaration
Public ReadOnly Property Notes As String
Get
'Usage
Dim instance As ComplianceTag
Dim value As String
value = instance.Notes
public string Notes { get; }
Property value
Type: System.String