UnprotectCmsMessageCommand.To 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.
Gets or sets the recipient of the CMS Message.
public:
property cli::array <System::Management::Automation::CmsMessageRecipient ^> ^ To { cli::array <System::Management::Automation::CmsMessageRecipient ^> ^ get(); void set(cli::array <System::Management::Automation::CmsMessageRecipient ^> ^ value); };
public System.Management.Automation.CmsMessageRecipient[] To { get; set; }
[System.Management.Automation.Parameter(Position=1)]
public System.Management.Automation.CmsMessageRecipient[] To { get; set; }
member this.To : System.Management.Automation.CmsMessageRecipient[] with get, set
[<System.Management.Automation.Parameter(Position=1)>]
member this.To : System.Management.Automation.CmsMessageRecipient[] with get, set
Public Property To As CmsMessageRecipient()
Property Value
- Attributes