Gets or sets the path of the script. If Contents is set, this property will be ignored.
Namespace: Microsoft.Cosmos.ClientAssembly: Microsoft.Cosmos.Client (in Microsoft.Cosmos.Client.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax
C# |
---|
public override string Path { get; set; } |
Visual Basic |
---|
Public Overrides Property Path As String Get Set |
Visual C++ |
---|
public: virtual property String^ Path { String^ get () override; void set (String^ value) override; } |