ApplicationManifest.OSDescription Property

Definition

Gets or sets a textual description for the OS dependency.

public:
 property System::String ^ OSDescription { System::String ^ get(); void set(System::String ^ value); };
public string OSDescription { get; set; }
public string OSDescription { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
member this.OSDescription : string with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.OSDescription : string with get, set
Public Property OSDescription As String

Property Value

A string that indicates the operating system dependency.

Attributes

Applies to