Partager via


ContentLocationForest Implicit Conversion (String to ContentLocationForest)

 

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 implicit operator ContentLocationForest (
    string forestName
)
public:
static operator ContentLocationForest^ (
    String^ forestName
)
Public Shared Widening Operator CType (
    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