2.2.4.65 RemoteConnectionUserInfo
The RemoteConnectionUserInfo type contains user information for a remote connection (see section 2.2.4.26).
Namespace: http://contracts.microsoft.com/WindowsServerEssentials/2011/09/WebApi
-
<xs:complexType name="RemoteConnectionUserInfo"> <xs:sequence> <xs:element minOccurs="0" maxOccurs="1" name="AccountName" nillable="true" type="xs:string"/> <xs:element minOccurs="0" maxOccurs="1" name="FirstName" nillable="true" type="xs:string"/> <xs:element minOccurs="0" maxOccurs="1" name="LastName" nillable="true" type="xs:string"/> <xs:element minOccurs="0" maxOccurs="1" name="SidValue" nillable="true" type="xs:string"/> </xs:sequence> </xs:complexType>
AccountName: The account name of the user.
FirstName: The first name of the user.
LastName: The last name of the user.
SidValue: The SID of the user.