This document is archived and information here might be outdated. Recommended version. |
Creation options.
[Visual Basic .NET]
Public Property CreationOptions As String
[C#]
public string CreationOptions {get; set;}
[C++]
HRESULT get_CreationOptions(
BSTR options
);
[C++]
HRESULT put_CreationOptions(
System.String* options
);
[C++] Parameters options [in]
options is a parameter of type BSTR options [out, retval]
options is a parameter of type BSTR*