Share via


xRecord.company Method

Definition

Overloads

company(String)
company()

Gets and sets the property that indicates a legal entity for the record.

company(String)

public:
 virtual System::String ^ company(System::String ^ _company);
public virtual string company (string _company);
abstract member company : string -> string
override this.company : string -> string
Public Overridable Function company (_company As String) As String

Parameters

_company
String

A new legal entity for the record; optional.

Returns

Applies to

company()

Gets and sets the property that indicates a legal entity for the record.

public:
 virtual System::String ^ company();
public virtual string company ();
abstract member company : unit -> string
override this.company : unit -> string
Public Overridable Function company () As String

Returns

The legal entity ID.

Applies to