ServiceDescription.InitializationData Property
Applies To: Azure, Windows 10, Windows 8, Windows 8.1, Windows Server 2012 R2
Gets or sets the initialization data that will be passed to service instances or replicas when they are created.
Namespace: System.Fabric.Description
Assembly: System.Fabric (in System.Fabric.dll)
Syntax
public byte[] InitializationData { get; set; }
Property Value
Type: System.Byte[]
Returns an array of Byte.
See Also
ServiceDescription Class
System.Fabric.Description Namespace
Return to top