WindowsUpdateRestartRequestOptions.OrganizationName 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 a value indicating the organization name associated with the update restart request.
public:
property Platform::String ^ OrganizationName { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring OrganizationName();
void OrganizationName(winrt::hstring value);
public string OrganizationName { get; set; }
var string = windowsUpdateRestartRequestOptions.organizationName;
windowsUpdateRestartRequestOptions.organizationName = string;
Public Property OrganizationName As String
Property Value
A string value indicating the organization name associated with the update restart request.
Remarks
The organization name provided will be used in any notifications associated with the pending restart. If the specified organization name is greater than 32 characters, then it won't be used in these notifications.