Description
Gets or sets the option for alternate AP data file.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property UseAlternateAPFile() As Boolean
|
[C#] |
---|
public bool UseAlternateAPFile {get; set;}
|
[Managed C++] |
---|
public: __property bool get_UseAlternateAPFile(); public: __property void set_UseAlternateAPFile( bool );
|
[Unmanaged C++] |
---|
public: HRESULT get_UseAlternateAPFile( VARIANT_BOOL * pRetVal ); public: HRESULT put_UseAlternateAPFile( VARIANT_BOOL NewUseAlternateAPFile );
|
[Java] |
---|
public bool getUseAlternateAPFile();public void setUseAlternateAPFile( bool );
|
See Also