Share via


ProtectCmsMessage.Content Property

Definition

Provides access to the Content parameter.

public:
 property System::Activities::InArgument<System::Management::Automation::PSObject ^> ^ Content { System::Activities::InArgument<System::Management::Automation::PSObject ^> ^ get(); void set(System::Activities::InArgument<System::Management::Automation::PSObject ^> ^ value); };
[System.ComponentModel.DefaultValue(null)]
public System.Activities.InArgument<System.Management.Automation.PSObject> Content { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.Content : System.Activities.InArgument<System.Management.Automation.PSObject> with get, set
Public Property Content As InArgument(Of PSObject)

Property Value

Attributes

Applies to