MSFT_FileServerToFileShare class

Association between a MSFT_FileServer and its MSFT_FileShare objects.

The following syntax is simplified from Managed Object Format (MOF) code.

Syntax

[Association]
class MSFT_FileServerToFileShare
{
  MSFT_FileServer REF FileServer;
  MSFT_FileShare  REF FileShare;
};

Members

The MSFT_FileServerToFileShare class has these types of members:

Properties

The MSFT_FileServerToFileShare class has these properties.

FileServer

Data type: MSFT_FileServer

Access type: Read-only

Qualifiers: Key

FileShare

Data type: MSFT_FileShare

Access type: Read-only

Qualifiers: Key

Requirements

Requirement Value
Minimum supported client Windows 10 [desktop apps only]
Minimum supported server Windows Server 2016 [desktop apps only]
Namespace Root\Microsoft\Windows\Storage
MOF Storagewmi.mof

See also

MSFT_FileServer

MSFT_FileShare