Share via


HelpDocSetNode.createdBy Method

Definition

Overloads

createdBy(String)
createdBy()

Gets or sets the name of the user who created the application object.

createdBy(String)

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

Parameters

_value
String

Returns

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to

createdBy()

Gets or sets the name of the user who created the application object.

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

Returns

The name of the user.

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to