RemovePSSession.PSSessionId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides access to the PSSessionId parameter.
public:
property System::Activities::InArgument<cli::array <int> ^> ^ PSSessionId { System::Activities::InArgument<cli::array <int> ^> ^ get(); void set(System::Activities::InArgument<cli::array <int> ^> ^ value); };
[System.ComponentModel.DefaultValue(null)]
public System.Activities.InArgument<int[]> PSSessionId { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.PSSessionId : System.Activities.InArgument<int[]> with get, set
Public Property PSSessionId As InArgument(Of Integer())
Property Value
InArgument<Int32[]>
- Attributes