次の方法で共有


Property コンストラクター

定義

オーバーロード

Property()
Property(String, String, String)

Property()

public:
 Property();
public Property ();
Public Sub New ()

適用対象

Property(String, String, String)

public:
 Property(System::String ^ ns, System::String ^ name, System::String ^ id);
public Property (string ns, string name, string id);
new Microsoft.BizTalk.RuleEngineExtensions.Property : string * string * string -> Microsoft.BizTalk.RuleEngineExtensions.Property
Public Sub New (ns As String, name As String, id As String)

パラメーター

ns
String
name
String
id
String

適用対象