次の方法で共有


EntityId.Id プロパティ

定義

エンティティ ID を取得または設定します。

public:
 property System::String ^ Id { System::String ^ get(); void set(System::String ^ value); };
public string Id { get; set; }
member this.Id : string with get, set
Public Property Id As String

プロパティ値

エンティティ ID。

例外

1024 文字より長いエンティティ ID を設定しようとしました。

適用対象