SessionIdId Property Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Gets or sets the underlying value of this SessionId.

Namespace: ContentStudio.Security
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public int Id { get; set; }

Property Value

Type: Int32
The id. To check if a value is valid, use the IsValid(Int32) method.
Exceptions

ExceptionCondition
InvalidOperationExceptionThe value is invalid
See Also

Reference