Partager via


FileCollectionAction.FileDestination Property

 

Gets or sets the endpoint destination on the management point. This value should not be changed.

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

Syntax

public string FileDestination { get; set; }
public:
property String^ FileDestination {
    String^ get();
    void set(String^ value);
}
Public Property FileDestination As String

Property Value

Type: System.String

See Also

FileCollectionAction Class
Microsoft.ConfigurationManagement.Messaging.Messages.Ccm Namespace

Return to top