Share via


ServiceInitializationParameters.InitializationData Property

 

Applies To: Azure, Windows 10, Windows 8, Windows 8.1, Windows Server 2012 R2

Specifies custom initialization data that is provided by the creator of the service as part of the ServiceDescription class.

Namespace:   System.Fabric
Assembly:  System.Fabric (in System.Fabric.dll)

Syntax

public byte[] InitializationData { get; internal set; }

Property Value

Type: System.Byte[]

Returns Byte.

See Also

ServiceInitializationParameters Class
System.Fabric Namespace

Return to top