SpiConnectionSettings.SharingMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the sharing mode for the SPI connection.
public:
property SpiSharingMode SharingMode { SpiSharingMode get(); void set(SpiSharingMode value); };
SpiSharingMode SharingMode();
void SharingMode(SpiSharingMode value);
public SpiSharingMode SharingMode { get; set; }
var spiSharingMode = spiConnectionSettings.sharingMode;
spiConnectionSettings.sharingMode = spiSharingMode;
Public Property SharingMode As SpiSharingMode
Property Value
The sharing mode.
Windows requirements
App capabilities |
lowLevel
|