ChannelMemberNotificationProps Property |
[Missing <summary> documentation for "P:MattermostDriver.ChannelMember.NotificationProps"]
Namespace:
MattermostDriver
Assembly:
MattermostDriver (in MattermostDriver.dll) Version: 0.0.3.10 (0.0.3.10)
Syntaxpublic ChannelMemberNotificationProperties NotificationProps { get; set; }Public Property NotificationProps As ChannelMemberNotificationProperties
Get
Set
public:
property ChannelMemberNotificationProperties^ NotificationProps {
ChannelMemberNotificationProperties^ get ();
void set (ChannelMemberNotificationProperties^ value);
}member NotificationProps : ChannelMemberNotificationProperties with get, set
Property Value
Type:
ChannelMemberNotificationProperties
See Also