Class SyncTarget
Inheritance
System.Object
SyncTarget
Namespace: MediaBrowser.Model.Sync
Assembly: MediaBrowser.Model.dll
Syntax
public class SyncTarget
Properties
Id
Gets or sets the identifier.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String | The identifier. |
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |