MessageSettings.ServerRoleType Property
Gets or sets the optional server role type for the message.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public ServerRoleType ServerRoleType { get; set; }
public:
property ServerRoleType ServerRoleType {
ServerRoleType get();
void set(ServerRoleType value);
}
Public Property ServerRoleType As ServerRoleType
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Framework.ServerRoleType
Server role type.
See Also
MessageSettings Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top