ConfigMgrPolicyBodyDownloadRequest.DownloadSecrets Property
If true, secrets will be downloaded in mixed mode. The default value is false.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public bool DownloadSecrets { get; set; }
public:
property bool DownloadSecrets {
bool get();
void set(bool value);
}
Public Property DownloadSecrets As Boolean
Property Value
Type: System.Boolean
See Also
ConfigMgrPolicyBodyDownloadRequest Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top