BStrWrapper.WrappedObject Property

Definition

Gets the wrapped String object to marshal as type VT_BSTR.

public:
 property System::String ^ WrappedObject { System::String ^ get(); };
public string WrappedObject { get; }
public string? WrappedObject { get; }
member this.WrappedObject : string
Public ReadOnly Property WrappedObject As String

Property Value

The object that is wrapped by BStrWrapper.

Applies to