ShouldSerializeCanRotate Method (PSObject)
In This Topic
Determines if the CanRotate property should be serialized.
Syntax
'Declaration
Public Overridable Function ShouldSerializeCanRotate() As Boolean
'Usage
Dim instance As PSObject
Dim value As Boolean
value = instance.ShouldSerializeCanRotate()
public virtual bool ShouldSerializeCanRotate()
See Also