QueueStatusDataSet.StatusRow.QueueLocalStorage-Eigenschaft
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; }
Eigenschaftswert
Typ: []
Siehe auch
Referenz
QueueStatusDataSet.StatusRow Klasse