xAxaptaUserManager.getFQDN Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
getFQDN(String) | |
getFQDN(String, Boolean) |
getFQDN(String)
public:
virtual System::String ^ getFQDN(System::String ^ text1);
public virtual string getFQDN (string text1);
abstract member getFQDN : string -> string
override this.getFQDN : string -> string
Public Overridable Function getFQDN (text1 As String) As String
Parameters
- text1
- String
Returns
Applies to
getFQDN(String, Boolean)
public:
virtual System::String ^ getFQDN(System::String ^ _domainName, bool _throwError);
public virtual string getFQDN (string _domainName, bool _throwError);
abstract member getFQDN : string * bool -> string
override this.getFQDN : string * bool -> string
Public Overridable Function getFQDN (_domainName As String, _throwError As Boolean) As String
Parameters
- _domainName
- String
- _throwError
- Boolean