diff --git a/source/BrightcoveOS .NET-MAPI-Wrapper/Model/Items/BrightcoveCaptionSource.cs b/source/BrightcoveOS .NET-MAPI-Wrapper/Model/Items/BrightcoveCaptionSource.cs index 9877141..2017b87 100644 --- a/source/BrightcoveOS .NET-MAPI-Wrapper/Model/Items/BrightcoveCaptionSource.cs +++ b/source/BrightcoveOS .NET-MAPI-Wrapper/Model/Items/BrightcoveCaptionSource.cs @@ -15,26 +15,26 @@ namespace BrightcoveMapiWrapper.Model.Items public class BrightcoveCaptionSource : BrightcoveItem, IJavaScriptConvertable { /// - /// A Boolean indicating whether a CaptionSource is usable. + /// A number that uniquely identifies this CaptionSource object, + /// assigned by Video Cloud when this object is created. /// - public bool Complete { get; private set; } + public long? Id { get; private set; } /// - /// The name of the caption source, which will be displayed in the Media module. + /// A Boolean indicating whether or not this CaptionSource is hosted on a remote server, + /// as opposed to hosted by Brightcove. /// - public string DisplayName { get; set; } + public bool IsRemote { get; private set; } /// - /// A number that uniquely identifies this CaptionSource object, - /// assigned by Video Cloud when this object is created. + /// A Boolean indicating whether a CaptionSource is usable. /// - public long? Id { get; set; } + public bool Complete { get; private set; } /// - /// A Boolean indicating whether or not this CaptionSource is hosted on a remote server, - /// as opposed to hosted by Brightcove. + /// The name of the caption source, which will be displayed in the Media module. /// - public bool IsRemote { get; private set; } + public string DisplayName { get; set; } /// /// The complete path to the file.