Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
forestName
Type: System.StringForest name.
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