IDecorated.DescriptionText 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 localized description of this object. While DisplayName is the primary representation of this object, the description is not immediately visible and may conveys more detail.
public:
property System::String ^ DescriptionText { System::String ^ get(); };
public string DescriptionText { get; }
member this.DescriptionText : string
Public ReadOnly Property DescriptionText As String