This document is archived and information here might be outdated. Recommended version. |
Indicates if the rule keeps Links which field has no value.
[Visual Basic .NET]
Public Property KeepLinksWithNoValue As Boolean
[C#]
public bool KeepLinksWithNoValue {get; set;}
[C++]
HRESULT get_KeepLinksWithNoValue(
Boolean* KeepLinksWithNoValue
);
[C++]
HRESULT put_KeepLinksWithNoValue(
VARIANT_BOOL KeepLinksWithNoValue
);
[C++] Parameters KeepLinksWithNoValue [out, retval]
KeepLinksWithNoValue is a parameter of type bool* KeepLinksWithNoValue [in]
KeepLinksWithNoValue is a parameter of type bool