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++] |
---|
public: HRESULT get_ReferenceType( AgEComponentLinkEmbedControlReferenceType * pVal ); public: HRESULT put_ReferenceType( AgEComponentLinkEmbedControlReferenceType val ); |
[Java] |
---|
public AgEComponentLinkEmbedControlReferenceType getReferenceType(); public void setReferenceType( AgEComponentLinkEmbedControlReferenceType ); |
[Python - STK API ] |
---|
@property def ReferenceType(self) -> "AgEComponentLinkEmbedControlReferenceType": @ReferenceType.setter def ReferenceType(self, val:"AgEComponentLinkEmbedControlReferenceType") -> None: |