CorrelationAliasAttribute.Path 属性

定义

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

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

属性值

String

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

注解

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

适用于