Class WindowsShares
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Windows shares.
public class WindowsShares : BypassSection
- Inheritance
-
WindowsShares
- Inherited Members
Constructors
WindowsShares()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.WindowsShares class.
public WindowsShares()
Properties
Items
Gets or sets the items in the collection.
public WindowsShareCollection Items { get; set; }
Property Value
VisibleShares
Gets the visible shares.
public WindowsShareCollection VisibleShares { get; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.WindowsShares class from the specified XML.
public static WindowsShares FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- WindowsShares
A CENTREL.XIA.Configuration.Types.WindowsShares class.
ToString()
Returns the Windows shares as a human readable string.
public override string ToString()
Returns
- string
The Windows shares as a human readable string.