Gets or sets the contents of the script. If this property is set, Path will be ignored.

Namespace: Microsoft.Cosmos.Client
Assembly: Microsoft.Cosmos.Client (in Microsoft.Cosmos.Client.dll) Version: 1.0.0.2 (1.0.0.2)

Syntax

C#
public override string Contents { get; set; }
Visual Basic
Public Overrides Property Contents As String
	Get
	Set
Visual C++
public:
virtual property String^ Contents {
	String^ get () override;
	void set (String^ value) override;
}

See Also