This document is archived and information here might be outdated. Recommended version. |
Indicates if the relationship class to be excluded from the replica description.
[Visual Basic .NET]
Public Property Excluded As Boolean
[C#]
public bool Excluded {get; set;}
[C++]
HRESULT get_Excluded(
VARIANT_BOOL RelExcluded
);
[C++]
HRESULT put_Excluded(
Boolean* RelExcluded
);
[C++] Parameters RelExcluded [in]
RelExcluded is a parameter of type bool RelExcluded [out, retval]
RelExcluded is a parameter of type bool*