PublisherSessionInfo.InternalUserId Property
[Category(Category.Settings)]
public int InternalUserId {get; set;}
This language is not supported or no code example is available.
[Category(Category.Settings)]
public:
property int InternalUserId {
int get( );
void set(
int value
);
}
This language is not supported or no code example is available.
public
Category(Category.Settings)
function get InternalUserId() : int;
public
Category(Category.Settings)
function set InternalUserId(value : int);
This language is not supported or no code example is available.
Property Value
int
Implements
IPublisherSessionInfo.InternalUserId
In this article
Definition