Gets or sets the name of the OLE Object storage.

Namespace: Spire.Doc.Fields
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public string OleStorageName { get; set; }
Public Property OleStorageName As String
	Get
	Set
public:
virtual property String^ OleStorageName {
	String^ get () sealed;
	void set (String^ value) sealed;
}
abstract OleStorageName : string with get, set
override OleStorageName : string with get, set

Property Value

String
The name of the OLE storage.

See Also