DeploymentRuleHandler.Name 属性

定义

获取当前 DeploymentRuleHandler 对象的唯一名称。

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

属性值

包含当前 DeploymentRuleHandler 对象的唯一名称的字符串。

实现

适用于