![]() | ![]() | ![]() |
| ||
|
MemberProperty Property
Synchronously accesses a channel member's property.
Syntax
value=object.MemberProperty MemberPropertyName[, MemberNickname]
Parameters
value Required. An object expression that evaluates to a ChatItems object. object Required. An object expression that evaluates to a Channel object. MemberPropertyName Required. A string containing a valid member property name value. MemberNickname Optional. A variant. When specified, the variant must be a string and represent the nickname of a channel member. If not specified, the property of the caller is returned. Remarks
Access is read-only.
See Also