PolicyItem.Data Property
Gets the information that is used to implement the policy item. Read-only.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
ReadOnly Property Data As String
Get
'Usage
Dim instance As PolicyItem
Dim value As String
value = instance.Data
string Data { get; }
Property Value
Type: System.String
String
Remarks
For example, the policy item might contain code to transform the document into a different format and copy the new document to a server.