Share via


FormBuildManagedHostControl.typeName Method

Definition

Overloads

typeName(String)
typeName()

typeName(String)

public:
 virtual System::String ^ typeName(System::String ^ _value);
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual string typeName (string _value);
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member typeName : string -> string
override this.typeName : string -> string
Public Overridable Function typeName (_value As String) As String

Parameters

_value
String

Returns

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to

typeName()

public:
 virtual System::String ^ typeName();
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual string typeName ();
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member typeName : unit -> string
override this.typeName : unit -> string
Public Overridable Function typeName () As String

Returns

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to