Share via


WindowsUpdateRestartRequestOptions.OrganizationName Property

Definition

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

String

Platform::String

winrt::hstring

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.

Applies to