Partager via


CollectedFile.Id Property

 

Gets or sets the ID sequence for the file. This property should not be set manually. Use ConfigMgrFileCollectionMessage instead.

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

Syntax

public int Id { get; set; }
public:
property int Id {
    int get();
    void set(int value);
}
Public Property Id As Integer

Property Value

Type: System.Int32

See Also

CollectedFile Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top