PhotoImportVideoSegment.Sibling Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the sibling file associated with the imported video segment.
public:
property PhotoImportSidecar ^ Sibling { PhotoImportSidecar ^ get(); };
PhotoImportSidecar Sibling();
public PhotoImportSidecar Sibling { get; }
var photoImportSidecar = photoImportVideoSegment.sibling;
Public ReadOnly Property Sibling As PhotoImportSidecar
Property Value
The sibling file associated with the imported video segment.