|
UserAccountPhone Property
|
Phone number field - for DB authentication only.
Namespace: GSF.Security.ModelAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.246-beta
Syntax[StringLengthAttribute(200)]
public string Phone { get; set; }
<StringLengthAttribute(200)>
Public Property Phone As String
Get
Set
public:
[StringLengthAttribute(200)]
property String^ Phone {
String^ get ();
void set (String^ value);
}
[<StringLengthAttribute(200)>]
member Phone : string with get, set
function get_Phone();
function set_Phone(value);
View SourceProperty Value
String
See Also