Bagikan melalui


USDTabBasePanel.Name Property

Gets or sets the panel name.

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

Usage

'Usage
Dim instance As USDTabBasePanel
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

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

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

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