ContentLocationForest Class
Represents details about the forest.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Inheritance Hierarchy
System.Object
Microsoft.ConfigurationManagement.Messaging.Messages.ContentLocationForest
Syntax
[SerializableAttribute]
public sealed class ContentLocationForest
[SerializableAttribute]
public ref class ContentLocationForest sealed
<SerializableAttribute>
Public NotInheritable Class ContentLocationForest
Constructors
Name | Description | |
---|---|---|
ContentLocationForest() | Initializes a new instance of the ContentLocationForest class. |
Properties
Name | Description | |
---|---|---|
Name | Gets or sets the forest name. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
FromString(String) | Generates a ContentLocationForest object from a string that represents the forest name. |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Operators
Name | Description | |
---|---|---|
Implicit(String to ContentLocationForest) | Generates a ContentLocationForest object from a string that represents the forest name. |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top