This document is archived and information here might be outdated. Recommended version. |
Indicates if the model element is valid.
[Visual Basic .NET]
Public Property Valid As Boolean
[C#]
public bool Valid {get; set;}
[C++]
HRESULT get_Valid(
Boolean* Valid
);
[C++]
HRESULT put_Valid(
VARIANT_BOOL Valid
);
[C++] Parameters Valid [out, retval]
Valid is a parameter of type bool* Valid [in]
Valid is a parameter of type bool