次の方法で共有


PropertyDefinition(String, String) コンストラクター

定義

PropertyDefinition の新しいインスタンスを初期化します。

public PropertyDefinition (string fieldName, string fieldType);
new Azure.ResourceManager.CustomerInsights.Models.PropertyDefinition : string * string -> Azure.ResourceManager.CustomerInsights.Models.PropertyDefinition
Public Sub New (fieldName As String, fieldType As String)

パラメーター

fieldName
String

プロパティ名。

fieldType
String

プロパティの型。

例外

fieldName または fieldType が null です。

適用対象