Get a user attribute value, based on an attribute name and user id

Namespace: SynergyServerScripting.Entities
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)

Public Shared Function GetUserAttributeValue( _ 
ByVal user_id As EntityID, _ 
ByVal attrib_name As String, _ 
ByVal db As IDatabase
) As AttributeValue
This language is not supported or no code example is available.
public static AttributeValue GetUserAttributeValue( 
EntityID user_id
string attrib_name
IDatabase db 
)
This language is not supported or no code example is available.
public:  
static AttributeValue^ GetUserAttributeValue( 
EntityID^ user_id
String^ attrib_name
IDatabase^ db 
)
This language is not supported or no code example is available.
public static function GetUserAttributeValue( 
user_id : EntityID
attrib_name : String
db : IDatabase 
) : AttributeValue;
This language is not supported or no code example is available.

Parameters

user_id
Type: EntityID

the project id

attrib_name
Type: string

the name

db
Type: IDatabase

the db connection

Return Value

Type: AttributeValue

the attribute value

.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