Gets or sets the component reference type.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property ReferenceType() As AgEComponentLinkEmbedControlReferenceType |
| [C#] |
|---|
public AgEComponentLinkEmbedControlReferenceType ReferenceType {get; set;} |
| [Managed C++] |
|---|
public: __property AgEComponentLinkEmbedControlReferenceType get_ReferenceType(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEComponentLinkEmbedControlReferenceType getReferenceType(); public void setReferenceType( AgEComponentLinkEmbedControlReferenceType ); |
[Python - STK API ] |
|---|
@property def ReferenceType(self) -> "AgEComponentLinkEmbedControlReferenceType": @ReferenceType.setter def ReferenceType(self, val:"AgEComponentLinkEmbedControlReferenceType") -> None: |






