Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves whether a buffer is located in software.
Definition
Visual Basic Public ReadOnly Property LocatedInSoftware As Boolean C# public bool LocatedInSoftware { get; } C++ public:
property bool LocatedInSoftware {
bool get();
}JScript public function get LocatedInSoftware() : boolean
Property Value
System.Boolean
Value that is set to true if a buffer is located in software; otherwise, false.This property is read-only.
Remarks
This property is set only for buffers created with the BufferDescription.DeferLocation set to true.