Gets or sets the reference body of the component. Read only when the ReferenceType is eVACalcObjectCentralBodyReferenceParent.
Read-write property
[Visual Basic .NET] |
---|
Public Property ReferenceBody() As String |
[C#] |
---|
public string ReferenceBody {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_ReferenceBody(); |
[Unmanaged C++] |
---|
public: HRESULT get_ReferenceBody( BSTR * pVal ); public: HRESULT put_ReferenceBody( BSTR InVal ); |
[Java] |
---|
public String getReferenceBody(); public void setReferenceBody( String ); |