RemoteFileActionEntity.FileKind 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 a value specifying the remote file kind.
public:
property RemoteFileKind FileKind { RemoteFileKind get(); };
RemoteFileKind FileKind();
public RemoteFileKind FileKind { get; }
var remoteFileKind = remoteFileActionEntity.fileKind;
Public ReadOnly Property FileKind As RemoteFileKind
Property Value
A member of the RemoteFileKind enumeration specifying the remote file kind.