Gets the
PlaceHolderInfo about the metadata-bin ID of the bin containing the contents of the original box represented by this Placeholder box.
public long OriginalID {get; set;}
'Declaration
Public Property OriginalID As Long
'Usage
Dim instance As PlaceHolderInfo
Dim value As Long
instance.OriginalID = value
value = instance.OriginalID
public:
property int64 OriginalID {
int64 get();
void set ( int64 value);
}
Property Value
An
System.Int64 number which specifies the metadata-bin ID of the bin containing the contents of the original box represented by this Placeholder box.