ProtectCmsMessageCommand.Content Property

Definition

Gets or sets the content of the CMS Message.

public:
 property System::Management::Automation::PSObject ^ Content { System::Management::Automation::PSObject ^ get(); void set(System::Management::Automation::PSObject ^ value); };
public System.Management.Automation.PSObject Content { get; set; }
[System.Management.Automation.AllowEmptyString]
[System.Management.Automation.AllowNull]
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="ByContent", Position=1, ValueFromPipeline=true)]
public System.Management.Automation.PSObject Content { get; set; }
member this.Content : System.Management.Automation.PSObject with get, set
[<System.Management.Automation.AllowEmptyString>]
[<System.Management.Automation.AllowNull>]
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="ByContent", Position=1, ValueFromPipeline=true)>]
member this.Content : System.Management.Automation.PSObject with get, set
Public Property Content As PSObject

Property Value

Attributes

Applies to