SessionCreationParameters Properties

The SessionCreationParameters type exposes the following members.

Properties
  NameDescription
Public propertyAccount
Gets the account.
Public propertyAllowedIPAddresses
Gets a list containing the allowed IP addresses and ranges which will be associated with the session.
Public propertyApplicationPrivilegeIds
Gets the application privilege IDs.
Public propertyCreatedTime
Gets the time at which the session is created.
Public propertyCulture
Gets or sets the culture.
Public propertyCustomAttributes
Gets the custom attributes.
Public propertyExternalGroupAccountIds
Gets a list containing the IDs of any (non-Windows) external group accounts which will be associated with the session.
Public propertyGroupIds
Gets a list containing the IDs of any group which will be associated with the session.
Public propertyId
Gets the ID of the session being created.
Public propertyIPAddress
Gets or sets the IP address.
Public propertyIsRecoveryModeSession
Gets a value indicating whether the session was created for "recovery mode".
Public propertyLogOnToken
Gets the log on token.
Public propertySeatKind
Gets the kind of the seat.
Public propertySeatPoolId
Gets the ID of the pool of seats from which the created session will draw.
Public propertySessionKind
Gets the kind of session which will be created.
Public propertyTimeZone
Gets or sets the time zone.
Public propertyUserData
Gets the user data.
Public propertyWindowsGroupIds
Gets a list containing the IDs of any Windows group accounts which will be associated with the session.
Top
See Also