Share via


Account.CreatedBy Property

Definition

Gets the creator of the entity.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.createdBy")]
public string CreatedBy { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.createdBy")>]
member this.CreatedBy : string
Public ReadOnly Property CreatedBy As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to