Gets custom Content Sharing provider code for this Web part.

Namespace: MonoSoftware.MonoX.ContentSharing
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
string ProviderClientSideCode { get; }
Visual Basic
ReadOnly Property ProviderClientSideCode As String
	Get
Visual C++
property String^ ProviderClientSideCode {
	String^ get ();
}
F#
abstract ProviderClientSideCode : string with get

Property Value

Type: String

See Also