GetUserAuthenticationTokenRequestOtpValue Property
|
The value of the OTP
Namespace:
Aruba.Cloud.Provisioning.Entities
Assembly:
Aruba.Cloud.Provisioning.Entities (in Aruba.Cloud.Provisioning.Entities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public virtual string OtpValue { get; set; }
<DataMemberAttribute>
Public Overridable Property OtpValue As String
Get
Set
public:
[DataMemberAttribute]
virtual property String^ OtpValue {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
abstract OtpValue : string with get, set
[<DataMemberAttribute>]
override OtpValue : string with get, set
function get OtpValue () : String
function set OtpValue (value : String)
Property Value
Type:
String
See Also