Type Property

Stot

Stot

Document..::..Type Property

Gets or sets the type or file format of the document.

Namespace:  Engine
Assembly:  Engine (in Engine.dll)

Syntax


[BsonElementAttribute]
public string Type { get; set; }
<BsonElementAttribute> _
Public Property Type As String
	Get
	Set
[BsonElementAttribute]
public:
property String^ Type {
	String^ get ();
	void set (String^ value);
}

Field Value

The type or file format ofthe document.