ResourceSetPathExpression.PathExpression 属性

表示要计算的函数或过程的目标资源集的路径表达式。

命名空间:  System.Data.Services.Providers
程序集:  Microsoft.Data.Services(在 Microsoft.Data.Services.dll 中)

语法

声明
Public ReadOnly Property PathExpression As String
    Get
用法
Dim instance As ResourceSetPathExpression
Dim value As String

value = instance.PathExpression
public string PathExpression { get; }
public:
property String^ PathExpression {
    String^ get ();
}
member PathExpression : string
function get PathExpression () : String

属性值

类型:System.String
路径表达式。

请参阅

参考

ResourceSetPathExpression 类

System.Data.Services.Providers 命名空间