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