You are here: MessengerYouLike.IMSDK.IMServer > IMSDK.IMServer Reference > IMSDK Namespace > IMServer Class > IMServer Properties > IMServer.ColName_MessengerYouLike_ID Property
MessengerYouLike.IMSDK.IMServer
IMServer.ColName_MessengerYouLike_ID Property

Used to Specify the column name that holds ID of a user, Only used when system is integrated.

C#
public String ColName_MessengerYouLike_ID;
Visual Basic
Public Property ColName_MessengerYouLike_ID() As String

This returns the Name of column in table IMSDK.IMServer.TableName_MessengerYouLike_Users that holds the information for ID

 

If the system is not integrated this property should not be used 

This property will specify the table name in the database which holds the ID of the user 

This Column data type must be Int ( Primary Key and unique ) 

This Column must be in the table IMSDK.IMServer.TableName_MessengerYouLike_Users

You are here: MessengerYouLike.IMSDK.IMServer > IMSDK.IMServer Reference > IMSDK Namespace > IMServer Class > IMServer Properties > IMServer.ColName_MessengerYouLike_ID Property
Copyright (c) 2007. All rights reserved.