|
ChangedItemsLogicalRules Property
|
This value is the current logical rules of the workload.
Namespace:
DoubleTake.Common.ContractAssembly:
DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntaxpublic string[] LogicalRules { get; set; }
Public Property LogicalRules As String()
Get
Set
public:
property array<String^>^ LogicalRules {
array<String^>^ get ();
void set (array<String^>^ value);
}
function get_LogicalRules();
function set_LogicalRules(value);
Property Value
Type:
String
An array of
String that represents the current logical rules of this workload.
See Also