Visual Basic (Declaration) | |
---|---|
<DataMemberAttribute()> Public Property PocoSaveMode As PocoSaveMode |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As SaveOptions Dim value As PocoSaveMode instance.PocoSaveMode = value value = instance.PocoSaveMode |
C# | |
---|---|
[DataMemberAttribute()] public PocoSaveMode PocoSaveMode {get; set;} |
C++/CLI | |
---|---|
[DataMemberAttribute()] public: property PocoSaveMode PocoSaveMode { PocoSaveMode get(); void set ( PocoSaveMode value); } |
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family