ResourceSetPathExpression.PathExpression Property
Path expression to calculate the target resource set of a function or procedure.
Namespace: System.Data.Services.Providers
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Public ReadOnly Property PathExpression As String
Get
'Usage
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
Property Value
Type: System.String
The path expression.