ConfigMgrBgbSession.SessionType Property
Gets the client notification session type.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public abstract BgbSessionType SessionType { get; }
public:
property BgbSessionType SessionType {
virtual BgbSessionType get() abstract;
}
Public MustOverride ReadOnly Property SessionType As BgbSessionType
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Messages.BgbSessionType
See Also
ConfigMgrBgbSession Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top