ConfigMgrRegistrationRequestBase.AgentType Property

 

Getor sets the agent type. Valid agent types are 0=AdvancedClient, 1=OsdCD, 2=Device, 4=IsvProxy, 8=IsvProxyClient.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

[MessagePropertyAttribute(MessagePropertyImportance.Required)]
public ClientRegistrationAgentType AgentType { get; set; }
public:
[MessagePropertyAttribute(MessagePropertyImportance::Required)]
property ClientRegistrationAgentType AgentType {
    ClientRegistrationAgentType get();
    void set(ClientRegistrationAgentType value);
}
<MessagePropertyAttribute(MessagePropertyImportance.Required)>
Public Property AgentType As ClientRegistrationAgentType

Property Value

Type: Microsoft.ConfigurationManagement.Messaging.Messages.ClientRegistrationAgentType

See Also

ConfigMgrRegistrationRequestBase Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top