|
UserDataSecurityQuestion Property
|
Gets the user's security question.
Namespace: GSF.SecurityAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.248-beta
Syntax[XmlElementAttribute]
[DataMemberAttribute(Order = 7)]
public string SecurityQuestion { get; set; }
<XmlElementAttribute>
<DataMemberAttribute(Order := 7)>
Public Property SecurityQuestion As String
Get
Set
public:
[XmlElementAttribute]
[DataMemberAttribute(Order = 7)]
property String^ SecurityQuestion {
String^ get ();
void set (String^ value);
}
[<XmlElementAttribute>]
[<DataMemberAttribute(Order = 7)>]
member SecurityQuestion : string with get, set
function get_SecurityQuestion();
function set_SecurityQuestion(value);
View SourceProperty Value
String
See Also