ActionSheetArguments.Destruction 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 the text for a destructive button. Can be null.
public:
property System::String ^ Destruction { System::String ^ get(); };
public string Destruction { get; }
member this.Destruction : string
Public ReadOnly Property Destruction As String