User.GetUserAttributeValue Method

Get a user attribute value, based on an attribute name and user id
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
EntityID

the project id

attrib_name
string

the name

db
IDatabase

the db connection

Return Value

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

In this article

Definition