Gets the
PlaceHolderInfo about the metadata-bin ID of the bin containing
the contents of the original box represented by this Placeholder box.
Syntax
Visual Basic (Declaration) | |
---|
Public Property OriginalID As Long |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As PlaceHolderInfo
Dim value As Long
instance.OriginalID = value
value = instance.OriginalID
|
C# | |
---|
public long OriginalID {get; set;} |
Return Value
An
Int64 number which specifies the metadata-bin ID of the bin containing
the contents of the original box represented by this Placeholder box.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also