EcmDocumentRouterRule.ConditionsString Property
Gets or sets the XML string representing the conditions which must be matched for this rule to execute.
Namespace: Microsoft.Office.RecordsManagement.RecordsRepository
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Property ConditionsString As String
Get
Set
'Usage
Dim instance As EcmDocumentRouterRule
Dim value As String
value = instance.ConditionsString
instance.ConditionsString = value
public string ConditionsString { get; set; }
Property Value
Type: System.String
String
See Also
Reference
Microsoft.Office.RecordsManagement.RecordsRepository Namespace