Share via


Parameter.CreationName 属性

定义

获取用于创建 Parameter 对象的名称。

public:
 abstract property System::String ^ CreationName { System::String ^ get(); };
public abstract string CreationName { get; }
member this.CreationName : string
Public MustOverride ReadOnly Property CreationName As String

属性值

String

用于创建指定对象的名称。

实现

适用于