Gets the ID of the first codestream associated with the replaced box.
Syntax
Visual Basic (Declaration) | |
---|
Public Property CSID As Long |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As PlaceHolderInfo
Dim value As Long
instance.CSID = value
value = instance.CSID
|
C# | |
---|
public long CSID {get; set;} |
Return Value
An
Int64 value which specifies the ID of the first codestream
associated with the replaced box.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also