Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the SMSID used for the message. This property must be set for inventory messages.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[MessagePropertyAttribute(MessagePropertyImportance.Required)]
public override SmsClientId SmsId { get; set; }
public:
[MessagePropertyAttribute(MessagePropertyImportance::Required)]
property SmsClientId^ SmsId {
virtual SmsClientId^ get() override;
virtual void set(SmsClientId^ value) override;
}
<MessagePropertyAttribute(MessagePropertyImportance.Required)>
Public Overrides Property SmsId As SmsClientId
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Framework.SmsClientId
Implements
See Also
ConfigMgrInventoryMessage Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top