ConfigMgrRegistrationRequestBase.RequestedSmsId Property
Gets or sets the SMSID. If you are using this property to register, set the value to null or an empty string to allow the management point to generate an SMSID for you. If you are using this property for a confirmation request, you must set a value.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public SmsClientId RequestedSmsId { get; set; }
public:
property SmsClientId^ RequestedSmsId {
SmsClientId^ get();
void set(SmsClientId^ value);
}
Public Property RequestedSmsId As SmsClientId
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Framework.SmsClientId
See Also
ConfigMgrRegistrationRequestBase Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top