Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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