QueueStatusDataSet.StatusRow.QueueLocalStorage property
Namespace: WebSvcQueueSystem
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property QueueLocalStorage As Byte()
Get
Set
'Usage
Dim instance As QueueStatusDataSet.StatusRow
Dim value As Byte()
value = instance.QueueLocalStorage
instance.QueueLocalStorage = value
public byte[] QueueLocalStorage { get; set; }
Property value
Type: []
See also
Reference
QueueStatusDataSet.StatusRow class