IndexingPath.Path Property
Gets or sets the path to be indexed.
Namespace: Microsoft.Azure.Documents
Assembly: Microsoft.Azure.Documents.Client (in Microsoft.Azure.Documents.Client.dll)
Usage
'Usage
Dim instance As IndexingPath
Dim value As String
value = instance.Path
instance.Path = value
Syntax
'Declaration
<JsonPropertyAttribute(PropertyName:="Path")> _
Public Property Path As String
[JsonPropertyAttribute(PropertyName="Path")]
public string Path { get; set; }
[JsonPropertyAttribute(PropertyName=L"Path")]
public:
property String^ Path {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_Path ()
/** @property */
public void set_Path (String value)
public function get Path () : String
public function set Path (value : String)
Property Value
The path to be indexed.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
IndexingPath Class
IndexingPath Members
Microsoft.Azure.Documents Namespace