In This Topic
Indicates whether this was an automatically-created export.
Syntax
'Declaration
<CanBeNullAttribute()>
Public ReadOnly Property IsAutoExport As Boolean
[CanBeNull()]
public bool IsAutoExport {get;}
[CanBeNull()]
public:
property bool IsAutoExport {
bool get();
}
See Also