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