This document is archived and information here might be outdated. Recommended version. |
Indicates if the model parameter has been marked for validation/execution.
[Visual Basic .NET] Public Property Marked As Boolean
[C#] public bool Marked {get; set;}
[C++]
HRESULT get_Marked(
Boolean* Marked
);
[C++]
HRESULT put_Marked(
VARIANT_BOOL Marked
);
[C++]
Parameters Marked [out, retval]
Marked is a parameter of type bool* Marked [in]
Marked is a parameter of type bool