Share via


ClientRegistrationAgentInformation.SerializableAgentType Property

 

Gets or sets the agent type as an integer. This property is only for serialization. Use AgentType instead.

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

Syntax

public int SerializableAgentType { get; set; }
public:
property int SerializableAgentType {
    int get();
    void set(int value);
}
Public Property SerializableAgentType As Integer

Property Value

Type: System.Int32

See Also

ClientRegistrationAgentInformation Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top