ConfigMgrSoftwareInventoryMessage.SmsId Property
Gets or sets the SMSID for the software inventory.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public override SmsClientId SmsId { get; set; }
public:
property SmsClientId^ SmsId {
virtual SmsClientId^ get() override;
virtual void set(SmsClientId^ value) override;
}
Public Overrides Property SmsId As SmsClientId
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Framework.SmsClientId
Implements
See Also
ConfigMgrSoftwareInventoryMessage Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top