PolicyItem.Data Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.