xRecord.company Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.