Description
This property is deprecated. Use the
ToParentConstraint property.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
Public Property IsRelay() As Boolean
|
[C#] |
public bool IsRelay {get; set;}
|
[Managed C++] |
public: __property bool get_IsRelay();
public: __property void set_IsRelay(
bool
);
|
[Unmanaged C++] |
public: HRESULT get_IsRelay(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_IsRelay(
VARIANT_BOOL NewIsRelay
);
|
[Java] |
public bool getIsRelay();public void setIsRelay(
bool
);
|
See Also