| 
DocOleObject
OleStorageName Property
  | 
 Gets the name of the OLE Object storage.
 Namespace:
 Spire.Doc.Fields
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public string OleStorageName { get; }
 
Public ReadOnly Property OleStorageName As String
	Get
 
public:
virtual property String^ OleStorageName {
	String^ get () sealed;
}
 
abstract OleStorageName : string with get
override OleStorageName : string with get
 
 
 
Property Value
 
 Type:
 
String
 
 The name of the OLE storage.
 
 See Also
See Also