Edit

Share via


PolicyItem.Data Property

Definition

Gets the information that is used to implement the policy item. Read-only.

public:
 property System::String ^ Data { System::String ^ get(); };
public string Data { get; }
member this.Data : string
Public ReadOnly Property Data As String

Property Value

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.

Applies to