Partilhar via


USDPopupPanel.Name Property

Gets or sets the name of the pop-up panel.

Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.PanelLayouts
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)

Usage

'Usage
Dim instance As USDPopupPanel
Dim value As String

value = instance.Name

instance.Name = value

Syntax

'Declaration
Public Overrides NotOverridable Property Name As String
public override sealed string Name { get; set; }
public:
virtual property String^ Name {
    String^ get () override sealed;
    void set (String^ value) override sealed;
}
/** @property */
public final String get_Name ()

/** @property */
public final void set_Name (String value)
public override final function get Name () : String

public override final function set Name (value : String)

Property Value

Type String
Name of the pop-up panel.

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

See Also

Reference

USDPopupPanel Class
USDPopupPanel Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.PanelLayouts Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.