CorrelationAliasAttribute.Path 属性

定义

获取指定相关值位置的参数中的路径。

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

属性值

指定相关值位置的参数中的路径。

注解

此参数可以使用点表示法;例如, Parameter.Location.

适用于