Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the SMSID for requesting user affinity. This property is required.
This property is linked to SigningSmsId.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[MessagePropertyAttribute(MessagePropertyImportance.Required,
CheckRecursively = true, CanBeNull = false)]
public override SmsClientId SmsId { get; set; }
public:
[MessagePropertyAttribute(MessagePropertyImportance::Required,
CheckRecursively = true, CanBeNull = false)]
property SmsClientId^ SmsId {
virtual SmsClientId^ get() override;
virtual void set(SmsClientId^ value) override;
}
<MessagePropertyAttribute(MessagePropertyImportance.Required,
CheckRecursively := True, CanBeNull := False)>
Public Overrides Property SmsId As SmsClientId
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Framework.SmsClientId
Implements
See Also
ConfigMgrUserAffinityRequest Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top