ServiceDescription.InitializationData Property

Definition

Gets or sets the initialization data that will be passed to service instances or replicas when they are created.

public byte[] InitializationData { get; set; }
member this.InitializationData : byte[] with get, set
Public Property InitializationData As Byte()

Property Value

Byte[]

Returns the initialization data.

Applies to