WinPrjElements.Elements Property
Namespace: Microsoft.Office.Project.Library
Assembly: Microsoft.Office.Project.Shared (in Microsoft.Office.Project.Shared.dll)
Syntax
'Declaration
Public Property Elements As ByteArray()
Get
Set
'Usage
Dim instance As WinPrjElements
Dim value As ByteArray()
value = instance.Elements
instance.Elements = value
public ByteArray[] Elements { get; set; }
Property Value
Type: []