ContentLocationContent.Id Property
Gets or sets the ID of the content. This value can be found in the Update_SyncStatus table.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public Guid Id { get; set; }
public:
property Guid Id {
Guid get();
void set(Guid value);
}
Public Property Id As Guid
Property Value
Type: System.Guid
See Also
ContentLocationContent Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top