BlobManagementOptionsPresentationLockingBehavior Property |
Represents the locking behavior for the presentation's source (stream or file).
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic PresentationLockingBehavior PresentationLockingBehavior { get; set; }
Public Property PresentationLockingBehavior As PresentationLockingBehavior
Get
Set
public:
virtual property PresentationLockingBehavior PresentationLockingBehavior {
PresentationLockingBehavior get () sealed;
void set (PresentationLockingBehavior value) sealed;
}
abstract PresentationLockingBehavior : PresentationLockingBehavior with get, set
override PresentationLockingBehavior : PresentationLockingBehavior with get, set
Property Value
Type:
PresentationLockingBehaviorImplements
IBlobManagementOptionsPresentationLockingBehavior
See Also