Company.SetCompanyAttribute Method

Set a company attribute
Public Shared Sub SetCompanyAttribute( _ 
ByVal company_id As EntityID, _ 
ByVal info As AttributeInfo, _ 
ByVal value As AttributeValue, _ 
ByVal db As IDatabase
)
This language is not supported or no code example is available.
public static void SetCompanyAttribute( 
EntityID company_id
AttributeInfo info
AttributeValue value
IDatabase db 
)
This language is not supported or no code example is available.
public:  
static void SetCompanyAttribute( 
EntityID^ company_id
AttributeInfo^ info
AttributeValue^ value
IDatabase^ db 
)
This language is not supported or no code example is available.
public static function SetCompanyAttribute( 
company_id : EntityID
info : AttributeInfo
value : AttributeValue
db : IDatabase 
);
This language is not supported or no code example is available.

Parameters

company_id
EntityID

the id of the company

info
AttributeInfo

the attribute definition

value
AttributeValue

the value

db
IDatabase

the database connection to use

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

In this article

Definition