Share via


ContentLocationForest.FromString Method (String)

 

Generates a ContentLocationForest object from a string that represents the forest name.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

public static ContentLocationForest FromString(
    string forestName
)
public:
static ContentLocationForest^ FromString(
    String^ forestName
)
Public Shared Function FromString (
    forestName As String
) As ContentLocationForest

Parameters

Return Value

Type: Microsoft.ConfigurationManagement.Messaging.Messages.ContentLocationForest

ContentLocationForest object that represents the string.

See Also

ContentLocationForest Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top