This document is archived and information here might be outdated. Recommended version. |
Indicates if the junction corresponds to the default junction.
[Visual Basic .NET]
Public Property DefaultJunction As Boolean
[C#]
public bool DefaultJunction {get; set;}
[C++]
HRESULT get_DefaultJunction(
Boolean* isDefaultJunction
);
[C++]
HRESULT put_DefaultJunction(
VARIANT_BOOL isDefaultJunction
);
[C++] Parameters isDefaultJunction [out, retval]
isDefaultJunction is a parameter of type bool* isDefaultJunction [in]
isDefaultJunction is a parameter of type bool