 | IClaimsUserInformationTypeUserFullName Property |
An optional string designating the full name of the user who is utilizing the remote site which is calling one of the iAAWG methods.
Namespace:
IAS
Assembly:
Claims (in Claims.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string UserFullName { get; set; }
Public Property UserFullName As String
Get
Set
function get UserFullName () : String
function set UserFullName (value : String)
function get_UserFullName();
function set_UserFullName(value);
Property Value
Type:
String
See Also