Company.SetCompanyAttribute Method
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