←Select platform

Share Property

Summary

Gets the requested mode that determines how the file will be shared by processes.

Syntax
C#
VB
C++
public FileShare Share { get; } 
Public ReadOnly Property Share As FileShare 
public: 
property FileShare Share { 
   FileShare get(); 
} 

Property Value

The requested mode that determines how the file will be shared by processes.

Example

For an example, refer to RasterCodecs.StartRedirecting

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly