Udostępnij za pośrednictwem


Cue.table Method

Definition

Overloads

table()

Gets or sets the table ID associated with the object.

table(String)

table()

Gets or sets the table ID associated with the object.

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

Returns

The current value of the table ID associated with the object.

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to

table(String)

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

Parameters

_value
String

Returns

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to