Northwoods.GoSilverlight 1.1.3 Assembly
Copyable Property
See Also  Send Feedback
Northwoods.GoXam Namespace > Part Class : Copyable Property

Gets or sets whether the user may copy this part.

Syntax

Visual Basic (Declaration) 
Public Property Copyable As Boolean
C# 
public bool Copyable {get; set;}

Property Value

The default value is true.

Remarks

In general one should call Part.CanCopy to see if a particular part is copyable, not get this property value.

See Also