Click or drag to resize

AccessRightsSharing Property

Specifies whether report or dashboard sharing is allowed or not.

Namespace: Severa.Entities.API
Assembly: Severa.Entities.API (in Severa.Entities.API.dll) Version: 1.0.0
Syntax
public bool? Sharing { get; set; }

Property Value

NullableBoolean
Remarks
Either "No"/false or "Yes"/true.
See Also