次の方法で共有


DynamicsLinkedService.OrganizationName プロパティ

定義

Dynamics インスタンスのorganization名を取得または設定します。 プロパティはオンプレミスでは必須であり、ユーザーに関連付けられている複数の Dynamics インスタンスがある場合はオンラインで必要です。 型: string (または resultType 文字列を含む式)。

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.organizationName")]
public object OrganizationName { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.organizationName")>]
member this.OrganizationName : obj with get, set
Public Property OrganizationName As Object

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象