| Visual Basic (Usage) |  Copy Code | 
|---|---|
Dim instance As BaseTypeState Dim context As ISystemContext Dim value As NodeState.AttributesToSave value = instance.GetAttributesToSave(context)  | |
| C# | |
|---|---|
public override NodeState.AttributesToSave GetAttributesToSave( ISystemContext context )  | |
Parameters
- context
 - The context for the system being accessed.
 
Return Value
A mask the specifies the available attributes.Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x