Namespace: Microsoft.ConfigurationManagement.ApplicationManagement
Assembly: Microsoft.ConfigurationManagement.ApplicationManagement (in Microsoft.ConfigurationManagement.ApplicationManagement.dll)

Usage

Visual Basic
Dim instance As AppDisplayInfo
Dim value As String

value = instance.InfoUrlText

instance.InfoUrlText = value

Syntax

Visual Basic
<XmlElementAttribute> _
<SuppressMessageAttribute("Microsoft.Design", "CA1056")> _
<MaxLengthAttribute(128)> _
Public Property InfoUrlText As String
C#
[XmlElementAttribute] 
[SuppressMessageAttribute("Microsoft.Design", "CA1056")] 
[MaxLengthAttribute(128)] 
public string InfoUrlText { get; set; }
C++
[XmlElementAttribute] 
[SuppressMessageAttribute(L"Microsoft.Design", L"CA1056")] 
[MaxLengthAttribute(128)] 
public:
property String^ InfoUrlText {
		String^ get ();
		void set (String^ value);
}
J#
/** @property */
public String get_InfoUrlText ()

/** @property */
public void set_InfoUrlText (String value)
JScript
public function get InfoUrlText () : String

public function set InfoUrlText (value : String)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also