Get-KrSessionInt32
SYNOPSIS
Retrieves a 32-bit integer value from the session by key.
SYNTAX
__AllParameterSets
Get-KrSessionInt32 [-Key] <string> [<CommonParameters>]
ALIASES
This cmdlet has the following aliases, {{Insert list of aliases}}
DESCRIPTION
This function accesses the current HTTP context’s session and retrieves the 32-bit integer value associated with the specified key.
EXAMPLES
EXAMPLE 1
$value = Get-KrSessionInt32 -Key “visitCount” Retrieves the 32-bit integer value associated with the key “visitCount” from the session.
PARAMETERS
-Key
The key of the session item to retrieve.
Type: System.String
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
Position: 0
IsRequired: true
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
INPUTS
OUTPUTS
Returns the 32-bit integer value associated with the specified key
{{ Fill in the Description }}
System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]
{{ Fill in the Description }}
NOTES
RELATED LINKS
{{ Fill in the related links here }}